public class EventMessageResponse extends EventMessage implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
TimeSlot |
proposedNewTime
The Proposed New Time.
|
ResponseType |
responseType
The Response Type.
|
endDateTime, event, isAllDay, isDelegated, isOutOfDate, location, meetingMessageType, recurrence, startDateTime, 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 |
---|
EventMessageResponse() |
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="proposedNewTime", alternate="ProposedNewTime") @Expose public TimeSlot proposedNewTime
@SerializedName(value="responseType", alternate="ResponseType") @Expose public ResponseType responseType
public com.google.gson.JsonObject getRawObject()
getRawObject
in class EventMessage
protected ISerializer getSerializer()
getSerializer
in class EventMessage
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class EventMessage
serializer
- the serializerjson
- the JSON object to set this object to