Package com.microsoft.graph.models
Class EventMessageResponse
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.OutlookItem
com.microsoft.graph.models.Message
com.microsoft.graph.models.EventMessage
com.microsoft.graph.models.EventMessageResponse
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EventMessageResponse
extends EventMessage
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Event Message Response.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Proposed New Time.The Response Type.Fields inherited from class com.microsoft.graph.models.EventMessage
endDateTime, event, isAllDay, isDelegated, isOutOfDate, location, meetingMessageType, recurrence, startDateTime, typeFields inherited from class com.microsoft.graph.models.Message
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, webLinkFields inherited from class com.microsoft.graph.models.OutlookItem
categories, changeKey, createdDateTime, lastModifiedDateTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
proposedNewTime
@SerializedName(value="proposedNewTime", alternate="ProposedNewTime") @Expose @Nullable public TimeSlot proposedNewTimeThe Proposed New Time. -
responseType
@SerializedName(value="responseType", alternate="ResponseType") @Expose @Nullable public ResponseType responseTypeThe Response Type.
-
-
Constructor Details
-
EventMessageResponse
public EventMessageResponse()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEventMessage- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-