Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDriveItemVersion
Packages that use MicrosoftGraphDriveItemVersion
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphDriveItemVersion in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDriveItemVersionModifier and TypeMethodDescriptionMicrosoftGraphDriveItemVersion.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: driveItemVersion.MicrosoftGraphDriveItemVersion.withContent(byte[] content) Set the content property: The content stream for this version of the item.Set the id property: Read-only.MicrosoftGraphDriveItemVersion.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphDriveItemVersion.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: Date and time the version was last modified.MicrosoftGraphDriveItemVersion.withPublication(MicrosoftGraphPublicationFacet publication) Set the publication property: publicationFacet.Set the size property: Indicates the size of the content stream for this version of the item.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDriveItemVersionModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.versions()Get the versions property: The list of previous versions of the item.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDriveItemVersionModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.withVersions(List<MicrosoftGraphDriveItemVersion> versions) Set the versions property: The list of previous versions of the item.