Shared

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.Shared
case class Shared(owner: IdentitySet, scope: String, sharedBy: IdentitySet, sharedDateTime: Instant)

A data class holding information about a drive item that has been shared.

Value parameters

owner

identity of the owner of the item

scope

the scope how the item is shared

sharedBy

the identity of the user who shared the item

sharedDateTime

the time when the item was shared

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product