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 MicrosoftGraphDriveItemVersion
MicrosoftGraphDriveItemVersion. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: driveItemVersion.MicrosoftGraphDriveItemVersion
MicrosoftGraphDriveItemVersion. withContent(byte[] content)
Set the content property: The content stream for this version of the item.MicrosoftGraphDriveItemVersion
MicrosoftGraphDriveItemVersion. withId(String id)
Set the id property: Read-only.MicrosoftGraphDriveItemVersion
MicrosoftGraphDriveItemVersion. withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.MicrosoftGraphDriveItemVersion
MicrosoftGraphDriveItemVersion. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: Date and time the version was last modified.MicrosoftGraphDriveItemVersion
MicrosoftGraphDriveItemVersion. withPublication(MicrosoftGraphPublicationFacet publication)
Set the publication property: publicationFacet.MicrosoftGraphDriveItemVersion
MicrosoftGraphDriveItemVersion. 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 MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withVersions(List<MicrosoftGraphDriveItemVersion> versions)
Set the versions property: The list of previous versions of the item.
-