Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRemoteItem
Packages that use MicrosoftGraphRemoteItem
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphRemoteItem in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphRemoteItemModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.remoteItem()Get the remoteItem property: remoteItem.MicrosoftGraphRemoteItem.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: remoteItem.MicrosoftGraphRemoteItem.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.MicrosoftGraphRemoteItem.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Date and time of item creation.MicrosoftGraphRemoteItem.withFile(MicrosoftGraphFile file) Set the file property: file.MicrosoftGraphRemoteItem.withFileSystemInfo(MicrosoftGraphFileSystemInfo fileSystemInfo) Set the fileSystemInfo property: fileSystemInfo.MicrosoftGraphRemoteItem.withFolder(MicrosoftGraphFolder folder) Set the folder property: folder.Set the id property: Unique identifier for the remote item in its drive.MicrosoftGraphRemoteItem.withImage(MicrosoftGraphImage image) Set the image property: image.MicrosoftGraphRemoteItem.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphRemoteItem.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: Date and time the item was last modified.Set the name property: Optional.MicrosoftGraphRemoteItem.withPackageProperty(MicrosoftGraphPackage packageProperty) Set the packageProperty property: package.MicrosoftGraphRemoteItem.withParentReference(MicrosoftGraphItemReference parentReference) Set the parentReference property: itemReference.MicrosoftGraphRemoteItem.withShared(MicrosoftGraphShared shared) Set the shared property: shared.MicrosoftGraphRemoteItem.withSharepointIds(MicrosoftGraphSharepointIds sharepointIds) Set the sharepointIds property: sharepointIds.Set the size property: Size of the remote item.MicrosoftGraphRemoteItem.withSpecialFolder(MicrosoftGraphSpecialFolder specialFolder) Set the specialFolder property: specialFolder.MicrosoftGraphRemoteItem.withVideo(MicrosoftGraphVideo video) Set the video property: video.MicrosoftGraphRemoteItem.withWebDavUrl(String webDavUrl) Set the webDavUrl property: DAV compatible URL for the item.MicrosoftGraphRemoteItem.withWebUrl(String webUrl) Set the webUrl property: URL that displays the resource in the browser.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphRemoteItemModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.withRemoteItem(MicrosoftGraphRemoteItem remoteItem) Set the remoteItem property: remoteItem.