public class ConversationThread extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Recipient> |
ccRecipients
The Cc Recipients.
|
java.lang.Boolean |
hasAttachments
The Has Attachments.
|
java.lang.Boolean |
isLocked
The Is Locked.
|
java.time.OffsetDateTime |
lastDeliveredDateTime
The Last Delivered Date Time.
|
PostCollectionPage |
posts
The Posts.
|
java.lang.String |
preview
The Preview.
|
java.lang.String |
topic
The Topic.
|
java.util.List<Recipient> |
toRecipients
The To Recipients.
|
java.util.List<java.lang.String> |
uniqueSenders
The Unique Senders.
|
| Constructor and Description |
|---|
ConversationThread() |
| 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="ccRecipients",
alternate="CcRecipients")
@Expose
@Nullable
public java.util.List<Recipient> ccRecipients
@SerializedName(value="hasAttachments",
alternate="HasAttachments")
@Expose
@Nullable
public java.lang.Boolean hasAttachments
@SerializedName(value="isLocked",
alternate="IsLocked")
@Expose
@Nullable
public java.lang.Boolean isLocked
@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="toRecipients",
alternate="ToRecipients")
@Expose
@Nullable
public java.util.List<Recipient> toRecipients
@SerializedName(value="uniqueSenders",
alternate="UniqueSenders")
@Expose
@Nullable
public java.util.List<java.lang.String> uniqueSenders
@SerializedName(value="posts",
alternate="Posts")
@Expose
@Nullable
public PostCollectionPage posts
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