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") @Expose public java.util.List<Recipient> ccRecipients
@SerializedName(value="hasAttachments") @Expose public java.lang.Boolean hasAttachments
@SerializedName(value="isLocked") @Expose public java.lang.Boolean isLocked
@SerializedName(value="lastDeliveredDateTime") @Expose public java.util.Calendar lastDeliveredDateTime
@SerializedName(value="preview") @Expose public java.lang.String preview
@SerializedName(value="topic") @Expose public java.lang.String topic
@SerializedName(value="toRecipients") @Expose public java.util.List<Recipient> toRecipients
@SerializedName(value="uniqueSenders") @Expose public java.util.List<java.lang.String> uniqueSenders
@SerializedName(value="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