Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
categories
The Categories.
|
java.lang.String |
changeKey
The Change Key.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
Constructor and Description |
---|
OutlookItem() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="categories", alternate="Categories") @Expose @Nullable public java.util.List<java.lang.String> categories
@SerializedName(value="changeKey", alternate="ChangeKey") @Expose @Nullable public java.lang.String changeKey
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public java.time.OffsetDateTime createdDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public java.time.OffsetDateTime lastModifiedDateTime
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to