public class ConversationThread extends Entity implements 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.util.Calendar |
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 |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="ccRecipients",
alternate="CcRecipients")
@Expose
public java.util.List<Recipient> ccRecipients
@SerializedName(value="hasAttachments",
alternate="HasAttachments")
@Expose
public java.lang.Boolean hasAttachments
@SerializedName(value="isLocked",
alternate="IsLocked")
@Expose
public java.lang.Boolean isLocked
@SerializedName(value="lastDeliveredDateTime",
alternate="LastDeliveredDateTime")
@Expose
public java.util.Calendar lastDeliveredDateTime
@SerializedName(value="preview",
alternate="Preview")
@Expose
public java.lang.String preview
@SerializedName(value="topic",
alternate="Topic")
@Expose
public java.lang.String topic
@SerializedName(value="toRecipients",
alternate="ToRecipients")
@Expose
public java.util.List<Recipient> toRecipients
@SerializedName(value="uniqueSenders",
alternate="UniqueSenders")
@Expose
public java.util.List<java.lang.String> uniqueSenders
@SerializedName(value="posts",
alternate="Posts")
@Expose
public PostCollectionPage posts
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to