Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDriveItemVersion
-
Packages that use MicrosoftGraphDriveItemVersion Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphDriveItemVersion Modifier and Type Method Description MicrosoftGraphDriveItemVersionMicrosoftGraphDriveItemVersion. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: driveItemVersion.MicrosoftGraphDriveItemVersionMicrosoftGraphDriveItemVersion. withContent(byte[] content)Set the content property: The content stream for this version of the item.MicrosoftGraphDriveItemVersionMicrosoftGraphDriveItemVersion. withId(String id)Set the id property: Read-only.MicrosoftGraphDriveItemVersionMicrosoftGraphDriveItemVersion. withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)Set the lastModifiedBy property: identitySet.MicrosoftGraphDriveItemVersionMicrosoftGraphDriveItemVersion. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Set the lastModifiedDateTime property: Date and time the version was last modified.MicrosoftGraphDriveItemVersionMicrosoftGraphDriveItemVersion. withPublication(MicrosoftGraphPublicationFacet publication)Set the publication property: publicationFacet.MicrosoftGraphDriveItemVersionMicrosoftGraphDriveItemVersion. withSize(Long size)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 MicrosoftGraphDriveItemVersion Modifier and Type Method Description List<MicrosoftGraphDriveItemVersion>MicrosoftGraphDriveItem. 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 MicrosoftGraphDriveItemVersion Modifier and Type Method Description MicrosoftGraphDriveItemMicrosoftGraphDriveItem. withVersions(List<MicrosoftGraphDriveItemVersion> versions)Set the versions property: The list of previous versions of the item.
-