public class EventMessage extends Message implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
Event |
event
The Event.
|
MeetingMessageType |
meetingMessageType
The Meeting Message Type.
|
attachments, bccRecipients, body, bodyPreview, ccRecipients, conversationId, extensions, flag, from, hasAttachments, importance, inferenceClassification, internetMessageHeaders, internetMessageId, isDeliveryReceiptRequested, isDraft, isRead, isReadReceiptRequested, multiValueExtendedProperties, parentFolderId, receivedDateTime, replyTo, sender, sentDateTime, singleValueExtendedProperties, subject, toRecipients, uniqueBody, webLinkcategories, changeKey, createdDateTime, lastModifiedDateTime| Constructor and Description |
|---|
EventMessage() |
| 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="meetingMessageType") @Expose public MeetingMessageType meetingMessageType
@SerializedName(value="event") @Expose public Event event
public com.google.gson.JsonObject getRawObject()
getRawObject in class Messageprotected ISerializer getSerializer()
getSerializer in class Messagepublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Messageserializer - the serializerjson - the JSON object to set this object to