Class RemoteItem
java.lang.Object
com.amilesend.onedrive.resource.item.type.RemoteItem
Indicates and describes that a drive item references one that exists in another drive.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteItem.RemoteItemBuilderbuilder()booleanIndicates that a remote item is the top level item in a collection of items.The identity that created the drive item.The date and time of item creation.getFile()Indicates and describes if the remote item is a file.Describes the (client-side) properties of the local version of the remtoe item.Describes that the remote item is a folder.getId()The remote item identifier.The identity that last modified the remote item.Describes when the remote item was last modified.getName()The name of the remote item.Describes the parent information.Indicates and describes that the remote item has been shared with others.Identifiers used for SharePoint.longgetSize()Size of the remote item in bytes.Describes if the current remote item is a special folder.DAV compatible URL for the remote item.URL for the resource shown in a browser.inthashCode()toString()
-
Method Details
-
builder
-
getCreatedBy
The identity that created the drive item. -
getCreatedDateTime
The date and time of item creation. -
getFile
Indicates and describes if the remote item is a file. -
getFileSystemInfo
Describes the (client-side) properties of the local version of the remtoe item. -
getFolder
Describes that the remote item is a folder. -
getId
The remote item identifier. -
getLastModifiedBy
The identity that last modified the remote item. -
getLastModifiedDateTime
Describes when the remote item was last modified. -
getName
The name of the remote item. -
get_package
Indicates that a remote item is the top level item in a collection of items. -
getParentReference
Describes the parent information. -
getSize
public long getSize()Size of the remote item in bytes. -
getSpecialFolder
Describes if the current remote item is a special folder. -
getWebDavUrl
DAV compatible URL for the remote item. -
getWebUrl
URL for the resource shown in a browser. -
equals
-
hashCode
-
toString
-