MicrosoftGraphChangeTrackedEntity Class

public class MicrosoftGraphChangeTrackedEntity
extends MicrosoftGraphEntity

changeTrackedEntity.

Constructor Summary

Constructor Description
MicrosoftGraphChangeTrackedEntity()

Creates an instance of MicrosoftGraphChangeTrackedEntity class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: changeTrackedEntity.

OffsetDateTime createdDateTime()

Get the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.

static MicrosoftGraphChangeTrackedEntity fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphChangeTrackedEntity from the JsonReader.

MicrosoftGraphIdentitySet lastModifiedBy()

Get the lastModifiedBy property: identitySet.

OffsetDateTime lastModifiedDateTime()

Get the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphChangeTrackedEntity withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: changeTrackedEntity.

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.

MicrosoftGraphChangeTrackedEntity withId(String id)

Set the id property: Read-only.

MicrosoftGraphChangeTrackedEntity withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)

Set the lastModifiedBy property: identitySet.

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.

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 additionalProperties()

Get the additionalProperties property: changeTrackedEntity.

Overrides:

MicrosoftGraphChangeTrackedEntity.additionalProperties()

Returns:

the additionalProperties value.

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:

the createdDateTime value.

fromJson

public static MicrosoftGraphChangeTrackedEntity fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphChangeTrackedEntity from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphChangeTrackedEntity if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphChangeTrackedEntity.

lastModifiedBy

public MicrosoftGraphIdentitySet lastModifiedBy()

Get the lastModifiedBy property: identitySet.

Returns:

the lastModifiedBy value.

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:

the lastModifiedDateTime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphChangeTrackedEntity.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphChangeTrackedEntity.validate()

withAdditionalProperties

public MicrosoftGraphChangeTrackedEntity withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: changeTrackedEntity.

Overrides:

MicrosoftGraphChangeTrackedEntity.withAdditionalProperties(Map<String,Object> additionalProperties)

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphChangeTrackedEntity object itself.

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:

createdDateTime - the createdDateTime value to set.

Returns:

the MicrosoftGraphChangeTrackedEntity object itself.

withId

public MicrosoftGraphChangeTrackedEntity withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphChangeTrackedEntity.withId(String id)

Parameters:

id

withLastModifiedBy

public MicrosoftGraphChangeTrackedEntity withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)

Set the lastModifiedBy property: identitySet.

Parameters:

lastModifiedBy - the lastModifiedBy value to set.

Returns:

the MicrosoftGraphChangeTrackedEntity object itself.

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:

lastModifiedDateTime - the lastModifiedDateTime value to set.

Returns:

the MicrosoftGraphChangeTrackedEntity object itself.

Applies to