public class Conversation extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
hasAttachments
The Has Attachments.
|
java.time.OffsetDateTime |
lastDeliveredDateTime
The Last Delivered Date Time.
|
java.lang.String |
preview
The Preview.
|
ConversationThreadCollectionPage |
threads
The Threads.
|
java.lang.String |
topic
The Topic.
|
java.util.List<java.lang.String> |
uniqueSenders
The Unique Senders.
|
| Constructor and Description |
|---|
Conversation() |
| 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="hasAttachments",
alternate="HasAttachments")
@Expose
@Nullable
public java.lang.Boolean hasAttachments
@SerializedName(value="lastDeliveredDateTime",
alternate="LastDeliveredDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastDeliveredDateTime
@SerializedName(value="preview",
alternate="Preview")
@Expose
@Nullable
public java.lang.String preview
@SerializedName(value="topic",
alternate="Topic")
@Expose
@Nullable
public java.lang.String topic
@SerializedName(value="uniqueSenders",
alternate="UniqueSenders")
@Expose
@Nullable
public java.util.List<java.lang.String> uniqueSenders
@SerializedName(value="threads",
alternate="Threads")
@Expose
@Nullable
public ConversationThreadCollectionPage threads
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to