ItemReference

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.ItemReference
case class ItemReference(id: String, driveId: String, driveType: String, listId: Option[String], name: Option[String], path: Option[String], shareId: Option[String], siteId: Option[String])

A data class representing a reference to another drive item.

Value parameters

driveId

the target drive ID

driveType

the type of the drive

id

the target ID

listId

list ID

name

the name of the target item

path

the path of the target item

shareId

ID of a shared resource

siteId

identifier of the site

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