Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDrive
Packages that use MicrosoftGraphDrive
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphDrive in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDriveModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.drive()Get the drive property: drive.MicrosoftGraphList.drive()Get the drive property: drive.MicrosoftGraphSite.drive()Get the drive property: drive.MicrosoftGraphUserInner.drive()Get the drive property: drive.MicrosoftGraphDrive.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: drive.MicrosoftGraphDrive.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.MicrosoftGraphDrive.withCreatedByUser(MicrosoftGraphUserInner createdByUser) Set the createdByUser property: userMicrosoftGraphDrive.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Date and time of item creation.MicrosoftGraphDrive.withDescription(String description) Set the description property: Provides a user-visible description of the item.MicrosoftGraphDrive.withDriveType(String driveType) Set the driveType property: Describes the type of drive represented by this resource.Set the etag property: ETag for the item.MicrosoftGraphDrive.withFollowing(List<MicrosoftGraphDriveItem> following) Set the following property: The list of items the user is following.Set the id property: Read-only.MicrosoftGraphDrive.withItems(List<MicrosoftGraphDriveItem> items) Set the items property: All items contained in the drive.MicrosoftGraphDrive.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphDrive.withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser) Set the lastModifiedByUser property: userMicrosoftGraphDrive.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: Date and time the item was last modified.MicrosoftGraphDrive.withList(MicrosoftGraphList list) Set the list property: list.Set the name property: The name of the item.MicrosoftGraphDrive.withOwner(MicrosoftGraphIdentitySet owner) Set the owner property: identitySet.MicrosoftGraphDrive.withParentReference(MicrosoftGraphItemReference parentReference) Set the parentReference property: itemReference.MicrosoftGraphDrive.withQuota(MicrosoftGraphQuota quota) Set the quota property: quota.MicrosoftGraphDrive.withRoot(MicrosoftGraphDriveItem root) Set the root property: driveItem.MicrosoftGraphDrive.withSharePointIds(MicrosoftGraphSharepointIds sharePointIds) Set the sharePointIds property: sharepointIds.MicrosoftGraphDrive.withSpecial(List<MicrosoftGraphDriveItem> special) Set the special property: Collection of common folders available in OneDrive.MicrosoftGraphDrive.withSystem(Map<String, Object> system) Set the system property: systemFacet.MicrosoftGraphDrive.withWebUrl(String webUrl) Set the webUrl property: URL that displays the resource in the browser.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDriveModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.drives()Get the drives property: The group's drives.MicrosoftGraphSite.drives()Get the drives property: The collection of drives (document libraries) under this site.MicrosoftGraphUserInner.drives()Get the drives property: A collection of drives available for this user.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphDriveModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.withDrive(MicrosoftGraphDrive drive) Set the drive property: drive.MicrosoftGraphList.withDrive(MicrosoftGraphDrive drive) Set the drive property: drive.MicrosoftGraphSite.withDrive(MicrosoftGraphDrive drive) Set the drive property: drive.MicrosoftGraphUserInner.withDrive(MicrosoftGraphDrive drive) Set the drive property: drive.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDriveModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.withDrives(List<MicrosoftGraphDrive> drives) Set the drives property: The group's drives.MicrosoftGraphSite.withDrives(List<MicrosoftGraphDrive> drives) Set the drives property: The collection of drives (document libraries) under this site.MicrosoftGraphUserInner.withDrives(List<MicrosoftGraphDrive> drives) Set the drives property: A collection of drives available for this user.