public class EventMessage extends Message implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
DateTimeTimeZone |
endDateTime
The End Date Time.
|
Event |
event
The Event.
|
java.lang.Boolean |
isAllDay
The Is All Day.
|
java.lang.Boolean |
isDelegated
The Is Delegated.
|
java.lang.Boolean |
isOutOfDate
The Is Out Of Date.
|
Location |
location
The Location.
|
MeetingMessageType |
meetingMessageType
The Meeting Message Type.
|
PatternedRecurrence |
recurrence
The Recurrence.
|
DateTimeTimeZone |
startDateTime
The Start Date Time.
|
EventType |
type
The Type.
|
attachments, bccRecipients, body, bodyPreview, ccRecipients, conversationId, conversationIndex, extensions, flag, from, hasAttachments, importance, inferenceClassification, internetMessageHeaders, internetMessageId, isDeliveryReceiptRequested, isDraft, isRead, isReadReceiptRequested, multiValueExtendedProperties, parentFolderId, receivedDateTime, replyTo, sender, sentDateTime, singleValueExtendedProperties, subject, toRecipients, uniqueBody, webLink
categories, 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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="meetingMessageType") @Expose public MeetingMessageType meetingMessageType
@SerializedName(value="startDateTime") @Expose public DateTimeTimeZone startDateTime
@SerializedName(value="endDateTime") @Expose public DateTimeTimeZone endDateTime
@SerializedName(value="location") @Expose public Location location
@SerializedName(value="type") @Expose public EventType type
@SerializedName(value="recurrence") @Expose public PatternedRecurrence recurrence
@SerializedName(value="isOutOfDate") @Expose public java.lang.Boolean isOutOfDate
@SerializedName(value="isAllDay") @Expose public java.lang.Boolean isAllDay
@SerializedName(value="isDelegated") @Expose public java.lang.Boolean isDelegated
@SerializedName(value="event") @Expose public Event event
public com.google.gson.JsonObject getRawObject()
getRawObject
in class Message
protected ISerializer getSerializer()
getSerializer
in class Message
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class Message
serializer
- the serializerjson
- the JSON object to set this object to