public class EventMessage extends Message implements com.microsoft.graph.serializer.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 |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public DateTimeTimeZone endDateTime
@SerializedName(value="isAllDay", alternate="IsAllDay") @Expose @Nullable public java.lang.Boolean isAllDay
@SerializedName(value="isDelegated", alternate="IsDelegated") @Expose @Nullable public java.lang.Boolean isDelegated
@SerializedName(value="isOutOfDate", alternate="IsOutOfDate") @Expose @Nullable public java.lang.Boolean isOutOfDate
@SerializedName(value="location", alternate="Location") @Expose @Nullable public Location location
@SerializedName(value="meetingMessageType", alternate="MeetingMessageType") @Expose @Nullable public MeetingMessageType meetingMessageType
@SerializedName(value="recurrence", alternate="Recurrence") @Expose @Nullable public PatternedRecurrence recurrence
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public DateTimeTimeZone startDateTime
@SerializedName(value="type", alternate="Type") @Expose @Nullable public EventType type
@SerializedName(value="event", alternate="Event") @Expose @Nullable public Event event
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Message
serializer
- the serializerjson
- the JSON object to set this object to