Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphListItemVersion
-
Packages that use MicrosoftGraphListItemVersion Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphListItemVersion in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphListItemVersion Modifier and Type Method Description MicrosoftGraphListItemVersionMicrosoftGraphListItemVersion. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: listItemVersion.MicrosoftGraphListItemVersionMicrosoftGraphListItemVersion. withFields(MicrosoftGraphFieldValueSet fields)Set the fields property: fieldValueSet.MicrosoftGraphListItemVersionMicrosoftGraphListItemVersion. withId(String id)Set the id property: Read-only.MicrosoftGraphListItemVersionMicrosoftGraphListItemVersion. withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)Set the lastModifiedBy property: identitySet.MicrosoftGraphListItemVersionMicrosoftGraphListItemVersion. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Set the lastModifiedDateTime property: Date and time the version was last modified.MicrosoftGraphListItemVersionMicrosoftGraphListItemVersion. withPublication(MicrosoftGraphPublicationFacet publication)Set the publication property: publicationFacet.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphListItemVersion Modifier and Type Method Description List<MicrosoftGraphListItemVersion>MicrosoftGraphListItem. versions()Get the versions property: The list of previous versions of the list item.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphListItemVersion Modifier and Type Method Description MicrosoftGraphListItemMicrosoftGraphListItem. withVersions(List<MicrosoftGraphListItemVersion> versions)Set the versions property: The list of previous versions of the list item.
-