Class MeetingTimeSuggestion

java.lang.Object
com.microsoft.graph.models.MeetingTimeSuggestion
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class MeetingTimeSuggestion extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

    • MeetingTimeSuggestion

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

    • createFromDiscriminatorValue

      @Nonnull public static MeetingTimeSuggestion 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 MeetingTimeSuggestion
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getAttendeeAvailability

      @Nullable public List<AttendeeAvailability> getAttendeeAvailability()
      Gets the attendeeAvailability property value. An array that shows the availability status of each attendee for this meeting suggestion.
      Returns:
      a List<AttendeeAvailability>
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • getConfidence

      @Nullable public Double getConfidence()
      Gets the confidence property value. A percentage that represents the likelhood of all the attendees attending.
      Returns:
      a Double
    • 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
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLocations

      @Nullable public List<Location> getLocations()
      Gets the locations property value. An array that specifies the name and geographic location of each meeting location for this meeting suggestion.
      Returns:
      a List<Location>
    • getMeetingTimeSlot

      @Nullable public TimeSlot getMeetingTimeSlot()
      Gets the meetingTimeSlot property value. A time period suggested for the meeting.
      Returns:
      a TimeSlot
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      Returns:
      a String
    • getOrder

      @Nullable public Integer getOrder()
      Gets the order property value. Order of meeting time suggestions sorted by their computed confidence value from high to low, then by chronology if there are suggestions with the same confidence.
      Returns:
      a Integer
    • getOrganizerAvailability

      @Nullable public FreeBusyStatus getOrganizerAvailability()
      Gets the organizerAvailability property value. Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
      Returns:
      a FreeBusyStatus
    • getSuggestionReason

      @Nullable public String getSuggestionReason()
      Gets the suggestionReason property value. Reason for suggesting the meeting time.
      Returns:
      a String
    • 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
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setAttendeeAvailability

      public void setAttendeeAvailability(@Nullable List<AttendeeAvailability> value)
      Sets the attendeeAvailability property value. An array that shows the availability status of each attendee for this meeting suggestion.
      Parameters:
      value - Value to set for the attendeeAvailability property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setConfidence

      public void setConfidence(@Nullable Double value)
      Sets the confidence property value. A percentage that represents the likelhood of all the attendees attending.
      Parameters:
      value - Value to set for the confidence property.
    • setLocations

      public void setLocations(@Nullable List<Location> value)
      Sets the locations property value. An array that specifies the name and geographic location of each meeting location for this meeting suggestion.
      Parameters:
      value - Value to set for the locations property.
    • setMeetingTimeSlot

      public void setMeetingTimeSlot(@Nullable TimeSlot value)
      Sets the meetingTimeSlot property value. A time period suggested for the meeting.
      Parameters:
      value - Value to set for the meetingTimeSlot property.
    • setOdataType

      public void setOdataType(@Nullable String value)
      Sets the @odata.type property value. The OdataType property
      Parameters:
      value - Value to set for the @odata.type property.
    • setOrder

      public void setOrder(@Nullable Integer value)
      Sets the order property value. Order of meeting time suggestions sorted by their computed confidence value from high to low, then by chronology if there are suggestions with the same confidence.
      Parameters:
      value - Value to set for the order property.
    • setOrganizerAvailability

      public void setOrganizerAvailability(@Nullable FreeBusyStatus value)
      Sets the organizerAvailability property value. Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
      Parameters:
      value - Value to set for the organizerAvailability property.
    • setSuggestionReason

      public void setSuggestionReason(@Nullable String value)
      Sets the suggestionReason property value. Reason for suggesting the meeting time.
      Parameters:
      value - Value to set for the suggestionReason property.