public class EventMessageResponse extends EventMessage implements com.microsoft.graph.serializer.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, 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 |
|---|
EventMessageResponse() |
| 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="proposedNewTime",
alternate="ProposedNewTime")
@Expose
@Nullable
public TimeSlot proposedNewTime
@SerializedName(value="responseType",
alternate="ResponseType")
@Expose
@Nullable
public ResponseType responseType
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class EventMessageserializer - the serializerjson - the JSON object to set this object to