MicrosoftGraphChangeTrackedEntity Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphChangeTrackedEntity
- com.
- com.
public class MicrosoftGraphChangeTrackedEntity
extends MicrosoftGraphEntity
changeTrackedEntity.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphChangeTrackedEntity() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Offset |
createdDateTime()
Get the created |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Microsoft |
lastModifiedBy()
Get the last |
Offset |
lastModifiedDateTime()
Get the last |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCreatedDateTime(OffsetDateTime createdDateTime)
Set the created |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the last |
Microsoft |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the last |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphChangeTrackedEntity
public MicrosoftGraphChangeTrackedEntity()
Creates an instance of MicrosoftGraphChangeTrackedEntity class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: changeTrackedEntity.
Overrides:
MicrosoftGraphChangeTrackedEntity.additionalProperties()Returns:
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
Returns:
fromJson
public static MicrosoftGraphChangeTrackedEntity fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphChangeTrackedEntity from the JsonReader.
Parameters:
Returns:
Throws:
lastModifiedBy
public MicrosoftGraphIdentitySet lastModifiedBy()
Get the lastModifiedBy property: identitySet.
Returns:
lastModifiedDateTime
public OffsetDateTime lastModifiedDateTime()
Get the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphChangeTrackedEntity.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphChangeTrackedEntity.validate()withAdditionalProperties
public MicrosoftGraphChangeTrackedEntity withAdditionalProperties(Map
Set the additionalProperties property: changeTrackedEntity.
Overrides:
MicrosoftGraphChangeTrackedEntity.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withCreatedDateTime
public MicrosoftGraphChangeTrackedEntity withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
Parameters:
Returns:
withId
public MicrosoftGraphChangeTrackedEntity withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphChangeTrackedEntity.withId(String id)Parameters:
withLastModifiedBy
public MicrosoftGraphChangeTrackedEntity withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.
Parameters:
Returns:
withLastModifiedDateTime
public MicrosoftGraphChangeTrackedEntity withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
Parameters:
Returns:
Applies to
Azure SDK for Java