Class RemoteItem.RemoteItemBuilder
java.lang.Object
com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
- Enclosing class:
RemoteItem
-
Method Summary
Modifier and TypeMethodDescriptionIndicates that a remote item is the top level item in a collection of items.build()createdBy(IdentitySet createdBy) The identity that created the drive item.createdDateTime(String createdDateTime) The date and time of item creation.Indicates and describes if the remote item is a file.fileSystemInfo(FileSystemInfo fileSystemInfo) Describes the (client-side) properties of the local version of the remtoe item.Describes that the remote item is a folder.The remote item identifier.lastModifiedBy(IdentitySet lastModifiedBy) The identity that last modified the remote item.lastModifiedDateTime(String lastModifiedDateTime) Describes when the remote item was last modified.The name of the remote item.parentReference(ItemReference parentReference) Describes the parent information.Indicates and describes that the remote item has been shared with others.sharepointIds(SharePointIds sharepointIds) Identifiers used for SharePoint.size(long size) Size of the remote item in bytes.specialFolder(SpecialFolder specialFolder) Describes if the current remote item is a special folder.toString()DAV compatible URL for the remote item.URL for the resource shown in a browser.
-
Method Details
-
createdBy
The identity that created the drive item.- Returns:
this.
-
createdDateTime
The date and time of item creation.- Returns:
this.
-
file
Indicates and describes if the remote item is a file.- Returns:
this.
-
fileSystemInfo
Describes the (client-side) properties of the local version of the remtoe item.- Returns:
this.
-
folder
Describes that the remote item is a folder.- Returns:
this.
-
id
The remote item identifier.- Returns:
this.
-
lastModifiedBy
The identity that last modified the remote item.- Returns:
this.
-
lastModifiedDateTime
Describes when the remote item was last modified.- Returns:
this.
-
name
The name of the remote item.- Returns:
this.
-
_package
Indicates that a remote item is the top level item in a collection of items.- Returns:
this.
-
parentReference
Describes the parent information.- Returns:
this.
-
size
Size of the remote item in bytes.- Returns:
this.
-
specialFolder
Describes if the current remote item is a special folder.- Returns:
this.
-
webDavUrl
DAV compatible URL for the remote item.- Returns:
this.
-
webUrl
URL for the resource shown in a browser.- Returns:
this.
-
build
-
toString
-