Package com.microsoft.graph.models
Class EventMessageRequest
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.EventMessageRequest
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EventMessageRequest
extends EventMessage
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Event Message Request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Allow New Time Proposals.The Meeting Request Type.The Previous End Date Time.The Previous Location.The Previous Start Date Time.The Response Requested.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
-
allowNewTimeProposals
@SerializedName(value="allowNewTimeProposals", alternate="AllowNewTimeProposals") @Expose @Nullable public Boolean allowNewTimeProposalsThe Allow New Time Proposals. True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true. -
meetingRequestType
@SerializedName(value="meetingRequestType", alternate="MeetingRequestType") @Expose @Nullable public MeetingRequestType meetingRequestTypeThe Meeting Request Type. -
previousEndDateTime
@SerializedName(value="previousEndDateTime", alternate="PreviousEndDateTime") @Expose @Nullable public DateTimeTimeZone previousEndDateTimeThe Previous End Date Time. If the meeting update changes the meeting end time, this property specifies the previous meeting end time. -
previousLocation
@SerializedName(value="previousLocation", alternate="PreviousLocation") @Expose @Nullable public Location previousLocationThe Previous Location. If the meeting update changes the meeting location, this property specifies the previous meeting location. -
previousStartDateTime
@SerializedName(value="previousStartDateTime", alternate="PreviousStartDateTime") @Expose @Nullable public DateTimeTimeZone previousStartDateTimeThe Previous Start Date Time. If the meeting update changes the meeting start time, this property specifies the previous meeting start time. -
responseRequested
@SerializedName(value="responseRequested", alternate="ResponseRequested") @Expose @Nullable public Boolean responseRequestedThe Response Requested. Set to true if the sender would like the invitee to send a response to the requested meeting.
-
-
Constructor Details
-
EventMessageRequest
public EventMessageRequest()
-
-
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
-