Class EventMessageRequest

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class EventMessageRequest extends EventMessage implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • EventMessageRequest

      public EventMessageRequest()
      Instantiates a new EventMessageRequest and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static EventMessageRequest createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a EventMessageRequest
    • getAllowNewTimeProposals

      @Nullable public Boolean getAllowNewTimeProposals()
      Gets the allowNewTimeProposals property value. True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true.
      Returns:
      a Boolean
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class EventMessage
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getMeetingRequestType

      @Nullable public MeetingRequestType getMeetingRequestType()
      Gets the meetingRequestType property value. The meetingRequestType property
      Returns:
      a MeetingRequestType
    • getPreviousEndDateTime

      @Nullable public DateTimeTimeZone getPreviousEndDateTime()
      Gets the previousEndDateTime property value. If the meeting update changes the meeting end time, this property specifies the previous meeting end time.
      Returns:
      a DateTimeTimeZone
    • getPreviousLocation

      @Nullable public Location getPreviousLocation()
      Gets the previousLocation property value. If the meeting update changes the meeting location, this property specifies the previous meeting location.
      Returns:
      a Location
    • getPreviousStartDateTime

      @Nullable public DateTimeTimeZone getPreviousStartDateTime()
      Gets the previousStartDateTime property value. If the meeting update changes the meeting start time, this property specifies the previous meeting start time.
      Returns:
      a DateTimeTimeZone
    • getResponseRequested

      @Nullable public Boolean getResponseRequested()
      Gets the responseRequested property value. Set to true if the sender would like the invitee to send a response to the requested meeting.
      Returns:
      a Boolean
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class EventMessage
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAllowNewTimeProposals

      public void setAllowNewTimeProposals(@Nullable Boolean value)
      Sets the allowNewTimeProposals property value. True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true.
      Parameters:
      value - Value to set for the allowNewTimeProposals property.
    • setMeetingRequestType

      public void setMeetingRequestType(@Nullable MeetingRequestType value)
      Sets the meetingRequestType property value. The meetingRequestType property
      Parameters:
      value - Value to set for the meetingRequestType property.
    • setPreviousEndDateTime

      public void setPreviousEndDateTime(@Nullable DateTimeTimeZone value)
      Sets the previousEndDateTime property value. If the meeting update changes the meeting end time, this property specifies the previous meeting end time.
      Parameters:
      value - Value to set for the previousEndDateTime property.
    • setPreviousLocation

      public void setPreviousLocation(@Nullable Location value)
      Sets the previousLocation property value. If the meeting update changes the meeting location, this property specifies the previous meeting location.
      Parameters:
      value - Value to set for the previousLocation property.
    • setPreviousStartDateTime

      public void setPreviousStartDateTime(@Nullable DateTimeTimeZone value)
      Sets the previousStartDateTime property value. If the meeting update changes the meeting start time, this property specifies the previous meeting start time.
      Parameters:
      value - Value to set for the previousStartDateTime property.
    • setResponseRequested

      public void setResponseRequested(@Nullable Boolean value)
      Sets the responseRequested property value. Set to true if the sender would like the invitee to send a response to the requested meeting.
      Parameters:
      value - Value to set for the responseRequested property.