public class Conversation extends Entity implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
hasAttachments
The Has Attachments.
|
java.util.Calendar |
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 |
---|---|
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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="topic") @Expose public java.lang.String topic
@SerializedName(value="hasAttachments") @Expose public java.lang.Boolean hasAttachments
@SerializedName(value="lastDeliveredDateTime") @Expose public java.util.Calendar lastDeliveredDateTime
@SerializedName(value="uniqueSenders") @Expose public java.util.List<java.lang.String> uniqueSenders
@SerializedName(value="preview") @Expose public java.lang.String preview
public ConversationThreadCollectionPage threads
public com.google.gson.JsonObject getRawObject()
getRawObject
in class Entity
protected ISerializer getSerializer()
getSerializer
in class Entity
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to