MicrosoftGraphBaseItemVersion Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphBaseItemVersion
- com.
- com.
public class MicrosoftGraphBaseItemVersion
extends MicrosoftGraphEntity
baseItemVersion.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphBaseItemVersion() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Microsoft |
lastModifiedBy()
Get the last |
Offset |
lastModifiedDateTime()
Get the last |
Microsoft |
publication()
Get the publication property: publication |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the last |
Microsoft |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the last |
Microsoft |
withPublication(MicrosoftGraphPublicationFacet publication)
Set the publication property: publication |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphBaseItemVersion
public MicrosoftGraphBaseItemVersion()
Creates an instance of MicrosoftGraphBaseItemVersion class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: baseItemVersion.
Overrides:
MicrosoftGraphBaseItemVersion.additionalProperties()Returns:
fromJson
public static MicrosoftGraphBaseItemVersion fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphBaseItemVersion from the JsonReader.
Parameters:
Returns:
Throws:
lastModifiedBy
public MicrosoftGraphIdentitySet lastModifiedBy()
Get the lastModifiedBy property: identitySet.
Returns:
lastModifiedDateTime
public OffsetDateTime lastModifiedDateTime()
Get the lastModifiedDateTime property: Date and time the version was last modified. Read-only.
Returns:
publication
public MicrosoftGraphPublicationFacet publication()
Get the publication property: publicationFacet.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphBaseItemVersion.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphBaseItemVersion.validate()withAdditionalProperties
public MicrosoftGraphBaseItemVersion withAdditionalProperties(Map
Set the additionalProperties property: baseItemVersion.
Overrides:
MicrosoftGraphBaseItemVersion.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphBaseItemVersion withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphBaseItemVersion.withId(String id)Parameters:
withLastModifiedBy
public MicrosoftGraphBaseItemVersion withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.
Parameters:
Returns:
withLastModifiedDateTime
public MicrosoftGraphBaseItemVersion withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: Date and time the version was last modified. Read-only.
Parameters:
Returns:
withPublication
public MicrosoftGraphBaseItemVersion withPublication(MicrosoftGraphPublicationFacet publication)
Set the publication property: publicationFacet.
Parameters:
Returns:
Applies to
Azure SDK for Java