Class MicrosoftGraphListItemVersion
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphBaseItemVersion
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphListItemVersion
-
public final class MicrosoftGraphListItemVersion extends MicrosoftGraphBaseItemVersion
listItemVersion.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphListItemVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: listItemVersion.MicrosoftGraphFieldValueSetfields()Get the fields property: fieldValueSet.voidvalidate()Validates the instance.MicrosoftGraphListItemVersionwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: listItemVersion.MicrosoftGraphListItemVersionwithFields(MicrosoftGraphFieldValueSet fields)Set the fields property: fieldValueSet.MicrosoftGraphListItemVersionwithId(String id)Set the id property: Read-only.MicrosoftGraphListItemVersionwithLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)Set the lastModifiedBy property: identitySet.MicrosoftGraphListItemVersionwithLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Set the lastModifiedDateTime property: Date and time the version was last modified.MicrosoftGraphListItemVersionwithPublication(MicrosoftGraphPublicationFacet publication)Set the publication property: publicationFacet.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphBaseItemVersion
lastModifiedBy, lastModifiedDateTime, publication
-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
fields
public MicrosoftGraphFieldValueSet fields()
Get the fields property: fieldValueSet.- Returns:
- the fields value.
-
withFields
public MicrosoftGraphListItemVersion withFields(MicrosoftGraphFieldValueSet fields)
Set the fields property: fieldValueSet.- Parameters:
fields- the fields value to set.- Returns:
- the MicrosoftGraphListItemVersion object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: listItemVersion.- Overrides:
additionalPropertiesin classMicrosoftGraphBaseItemVersion- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphListItemVersion withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: listItemVersion.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphBaseItemVersion- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphListItemVersion object itself.
-
withLastModifiedBy
public MicrosoftGraphListItemVersion withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.- Overrides:
withLastModifiedByin classMicrosoftGraphBaseItemVersion- Parameters:
lastModifiedBy- the lastModifiedBy value to set.- Returns:
- the MicrosoftGraphBaseItemVersion object itself.
-
withLastModifiedDateTime
public MicrosoftGraphListItemVersion withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: Date and time the version was last modified. Read-only.- Overrides:
withLastModifiedDateTimein classMicrosoftGraphBaseItemVersion- Parameters:
lastModifiedDateTime- the lastModifiedDateTime value to set.- Returns:
- the MicrosoftGraphBaseItemVersion object itself.
-
withPublication
public MicrosoftGraphListItemVersion withPublication(MicrosoftGraphPublicationFacet publication)
Set the publication property: publicationFacet.- Overrides:
withPublicationin classMicrosoftGraphBaseItemVersion- Parameters:
publication- the publication value to set.- Returns:
- the MicrosoftGraphBaseItemVersion object itself.
-
withId
public MicrosoftGraphListItemVersion withId(String id)
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphBaseItemVersion- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classMicrosoftGraphBaseItemVersion- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-