Node

data class Node(val subject: String, val receiver: ShareReceiver, val resourceUri: String, val modes: Set<ShareMode>, val createdAt: String?)

One reified solidshare:Share record. subject is the node IRI (the writer targets patch deletes at it); modes are every acl:mode asserted on it; createdAt is the record's dcterms:created, or null if absent.

Constructors

Link copied to clipboard
constructor(subject: String, receiver: ShareReceiver, resourceUri: String, modes: Set<ShareMode>, createdAt: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard