Class ItemReference
java.lang.Object
com.amilesend.onedrive.resource.item.type.ItemReference
Describes the identifiers on how to reference a drive item resource.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanThe drive identifier.The drive type descriptor.getId()The drive item identifier.The list identifier.getName()The name of the referenced item.getPath()The path of the referenced item.The shared resource identifier of the referenced item.The SharePoint identifiers of the referenced item.The site identifier of the referenced item.inthashCode()toString()
-
Method Details
-
builder
-
getDriveId
The drive identifier. -
getDriveType
The drive type descriptor. Valid types are:- personal - Personal drive
- business - Busieness drive
- documentLibrary - Sharepoint document library
-
getId
The drive item identifier. -
getListId
The list identifier. -
getName
The name of the referenced item. -
getPath
The path of the referenced item. -
getSiteId
The site identifier of the referenced item. -
equals
-
hashCode
public int hashCode() -
toString
-