public class EventMessageRequest extends EventMessage implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
allowNewTimeProposals
The Allow New Time Proposals.
|
MeetingRequestType |
meetingRequestType
The Meeting Request Type.
|
DateTimeTimeZone |
previousEndDateTime
The Previous End Date Time.
|
Location |
previousLocation
The Previous Location.
|
DateTimeTimeZone |
previousStartDateTime
The Previous Start Date Time.
|
java.lang.Boolean |
responseRequested
The Response Requested.
|
endDateTime, event, isAllDay, isDelegated, isOutOfDate, location, meetingMessageType, recurrence, startDateTime, typeattachments, 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, webLinkcategories, changeKey, createdDateTime, lastModifiedDateTime| Constructor and Description |
|---|
EventMessageRequest() |
| 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="allowNewTimeProposals",
alternate="AllowNewTimeProposals")
@Expose
public java.lang.Boolean allowNewTimeProposals
@SerializedName(value="meetingRequestType",
alternate="MeetingRequestType")
@Expose
public MeetingRequestType meetingRequestType
@SerializedName(value="previousEndDateTime",
alternate="PreviousEndDateTime")
@Expose
public DateTimeTimeZone previousEndDateTime
@SerializedName(value="previousLocation",
alternate="PreviousLocation")
@Expose
public Location previousLocation
@SerializedName(value="previousStartDateTime",
alternate="PreviousStartDateTime")
@Expose
public DateTimeTimeZone previousStartDateTime
@SerializedName(value="responseRequested",
alternate="ResponseRequested")
@Expose
public java.lang.Boolean responseRequested
public com.google.gson.JsonObject getRawObject()
getRawObject in class EventMessageprotected ISerializer getSerializer()
getSerializer in class EventMessagepublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class EventMessageserializer - the serializerjson - the JSON object to set this object to