Class 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 Details

    • allowNewTimeProposals

      @SerializedName(value="allowNewTimeProposals", alternate="AllowNewTimeProposals") @Expose @Nullable public Boolean allowNewTimeProposals
      The 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 meetingRequestType
      The Meeting Request Type.
    • previousEndDateTime

      @SerializedName(value="previousEndDateTime", alternate="PreviousEndDateTime") @Expose @Nullable public DateTimeTimeZone previousEndDateTime
      The 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 previousLocation
      The 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 previousStartDateTime
      The 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 responseRequested
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class EventMessage
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to