MicrosoftGraphRemoteItem |
MicrosoftGraphDriveItem.remoteItem() |
Get the remoteItem property: remoteItem.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: remoteItem.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withCreatedBy(MicrosoftGraphIdentitySet createdBy) |
Set the createdBy property: identitySet.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: Date and time of item creation.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withFile(MicrosoftGraphFile file) |
Set the file property: file.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withFileSystemInfo(MicrosoftGraphFileSystemInfo fileSystemInfo) |
Set the fileSystemInfo property: fileSystemInfo.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withFolder(MicrosoftGraphFolder folder) |
Set the folder property: folder.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withId(String id) |
Set the id property: Unique identifier for the remote item in its drive.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withImage(MicrosoftGraphImage image) |
Set the image property: image.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) |
Set the lastModifiedBy property: identitySet.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Set the lastModifiedDateTime property: Date and time the item was last modified.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withName(String name) |
Set the name property: Optional.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withPackageProperty(MicrosoftGraphPackage packageProperty) |
Set the packageProperty property: package.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withParentReference(MicrosoftGraphItemReference parentReference) |
Set the parentReference property: itemReference.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withShared(MicrosoftGraphShared shared) |
Set the shared property: shared.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withSharepointIds(MicrosoftGraphSharepointIds sharepointIds) |
Set the sharepointIds property: sharepointIds.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withSize(Long size) |
Set the size property: Size of the remote item.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withSpecialFolder(MicrosoftGraphSpecialFolder specialFolder) |
Set the specialFolder property: specialFolder.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withVideo(MicrosoftGraphVideo video) |
Set the video property: video.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withWebDavUrl(String webDavUrl) |
Set the webDavUrl property: DAV compatible URL for the item.
|
MicrosoftGraphRemoteItem |
MicrosoftGraphRemoteItem.withWebUrl(String webUrl) |
Set the webUrl property: URL that displays the resource in the browser.
|