Package com.microsoft.graph.models
Class UserFindMeetingTimesParameterSet
java.lang.Object
com.microsoft.graph.models.UserFindMeetingTimesParameterSet
The class for the User Find Meeting Times Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the UserFindMeetingTimesParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe attendees.The is Organizer Optional.The location Constraint.The max Candidates.The meeting Duration.The minimum Attendee Percentage.The return Suggestion Reasons.The time Constraint. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new UserFindMeetingTimesParameterSetprotected
UserFindMeetingTimesParameterSet
(UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder builder) Instiaciates a new UserFindMeetingTimesParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
attendees
@SerializedName(value="attendees", alternate="Attendees") @Expose @Nullable public List<AttendeeBase> attendeesThe attendees. -
locationConstraint
@SerializedName(value="locationConstraint", alternate="LocationConstraint") @Expose @Nullable public LocationConstraint locationConstraintThe location Constraint. -
timeConstraint
@SerializedName(value="timeConstraint", alternate="TimeConstraint") @Expose @Nullable public TimeConstraint timeConstraintThe time Constraint. -
meetingDuration
@SerializedName(value="meetingDuration", alternate="MeetingDuration") @Expose @Nullable public Duration meetingDurationThe meeting Duration. -
maxCandidates
@SerializedName(value="maxCandidates", alternate="MaxCandidates") @Expose @Nullable public Integer maxCandidatesThe max Candidates. -
isOrganizerOptional
@SerializedName(value="isOrganizerOptional", alternate="IsOrganizerOptional") @Expose @Nullable public Boolean isOrganizerOptionalThe is Organizer Optional. -
returnSuggestionReasons
@SerializedName(value="returnSuggestionReasons", alternate="ReturnSuggestionReasons") @Expose @Nullable public Boolean returnSuggestionReasonsThe return Suggestion Reasons. -
minimumAttendeePercentage
@SerializedName(value="minimumAttendeePercentage", alternate="MinimumAttendeePercentage") @Expose @Nullable public Double minimumAttendeePercentageThe 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
@Nonnull public static UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-