Accessible

data class Accessible(val modes: Set<ShareMode>, val ownerWebId: String?) : AccessProbe

The resource is reachable and the user holds modes (a subset of View/Add/Edit — i.e. Read/Append/Write). ownerWebId is the resource's solid:owner, or null when the server does not advertise one.

Constructors

Link copied to clipboard
constructor(modes: Set<ShareMode>, ownerWebId: String?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)