Uses of Class
com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
Packages that use RemoteItem.RemoteItemBuilder
-
Uses of RemoteItem.RemoteItemBuilder in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return RemoteItem.RemoteItemBuilderModifier and TypeMethodDescriptionIndicates that a remote item is the top level item in a collection of items.static RemoteItem.RemoteItemBuilderRemoteItem.builder()RemoteItem.RemoteItemBuilder.createdBy(IdentitySet createdBy) The identity that created the drive item.RemoteItem.RemoteItemBuilder.createdDateTime(String createdDateTime) The date and time of item creation.Indicates and describes if the remote item is a file.RemoteItem.RemoteItemBuilder.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.RemoteItem.RemoteItemBuilder.lastModifiedBy(IdentitySet lastModifiedBy) The identity that last modified the remote item.RemoteItem.RemoteItemBuilder.lastModifiedDateTime(String lastModifiedDateTime) Describes when the remote item was last modified.The name of the remote item.RemoteItem.RemoteItemBuilder.parentReference(ItemReference parentReference) Describes the parent information.Indicates and describes that the remote item has been shared with others.RemoteItem.RemoteItemBuilder.sharepointIds(SharePointIds sharepointIds) Identifiers used for SharePoint.RemoteItem.RemoteItemBuilder.size(long size) Size of the remote item in bytes.RemoteItem.RemoteItemBuilder.specialFolder(SpecialFolder specialFolder) 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.