Class UserFindMeetingTimesParameterSet

java.lang.Object
com.microsoft.graph.models.UserFindMeetingTimesParameterSet

public class UserFindMeetingTimesParameterSet extends Object
The class for the User Find Meeting Times Parameter Set.
  • Field Details

    • attendees

      @SerializedName(value="attendees", alternate="Attendees") @Expose @Nullable public List<AttendeeBase> attendees
      The attendees.
    • locationConstraint

      @SerializedName(value="locationConstraint", alternate="LocationConstraint") @Expose @Nullable public LocationConstraint locationConstraint
      The location Constraint.
    • timeConstraint

      @SerializedName(value="timeConstraint", alternate="TimeConstraint") @Expose @Nullable public TimeConstraint timeConstraint
      The time Constraint.
    • meetingDuration

      @SerializedName(value="meetingDuration", alternate="MeetingDuration") @Expose @Nullable public Duration meetingDuration
      The meeting Duration.
    • maxCandidates

      @SerializedName(value="maxCandidates", alternate="MaxCandidates") @Expose @Nullable public Integer maxCandidates
      The max Candidates.
    • isOrganizerOptional

      @SerializedName(value="isOrganizerOptional", alternate="IsOrganizerOptional") @Expose @Nullable public Boolean isOrganizerOptional
      The is Organizer Optional.
    • returnSuggestionReasons

      @SerializedName(value="returnSuggestionReasons", alternate="ReturnSuggestionReasons") @Expose @Nullable public Boolean returnSuggestionReasons
      The return Suggestion Reasons.
    • minimumAttendeePercentage

      @SerializedName(value="minimumAttendeePercentage", alternate="MinimumAttendeePercentage") @Expose @Nullable public Double minimumAttendeePercentage
      The minimum Attendee Percentage.
  • Constructor Details

    • UserFindMeetingTimesParameterSet

      public UserFindMeetingTimesParameterSet()
      Instiaciates a new UserFindMeetingTimesParameterSet
    • UserFindMeetingTimesParameterSet

      protected UserFindMeetingTimesParameterSet(@Nonnull UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder builder)
      Instiaciates a new UserFindMeetingTimesParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request