public static final class UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AttendeeBase> |
attendees
The attendees parameter value
|
protected java.lang.Boolean |
isOrganizerOptional
The isOrganizerOptional parameter value
|
protected LocationConstraint |
locationConstraint
The locationConstraint parameter value
|
protected java.lang.Integer |
maxCandidates
The maxCandidates parameter value
|
protected javax.xml.datatype.Duration |
meetingDuration
The meetingDuration parameter value
|
protected java.lang.Double |
minimumAttendeePercentage
The minimumAttendeePercentage parameter value
|
protected java.lang.Boolean |
returnSuggestionReasons
The returnSuggestionReasons parameter value
|
protected TimeConstraint |
timeConstraint
The timeConstraint parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
UserFindMeetingTimesParameterSetBuilder()
Instanciates a new UserFindMeetingTimesParameterSetBuilder
|
@Nullable protected java.util.List<AttendeeBase> attendees
@Nullable protected LocationConstraint locationConstraint
@Nullable protected TimeConstraint timeConstraint
@Nullable protected javax.xml.datatype.Duration meetingDuration
@Nullable protected java.lang.Integer maxCandidates
@Nullable protected java.lang.Boolean isOrganizerOptional
@Nullable protected java.lang.Boolean returnSuggestionReasons
@Nullable protected java.lang.Double minimumAttendeePercentage
@Nullable protected UserFindMeetingTimesParameterSetBuilder()
@Nonnull public UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder withAttendees(@Nullable java.util.List<AttendeeBase> val)
val - the value to set it to@Nonnull public UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder withLocationConstraint(@Nullable LocationConstraint val)
val - the value to set it to@Nonnull public UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder withTimeConstraint(@Nullable TimeConstraint val)
val - the value to set it to@Nonnull public UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder withMeetingDuration(@Nullable javax.xml.datatype.Duration val)
val - the value to set it to@Nonnull public UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder withMaxCandidates(@Nullable java.lang.Integer val)
val - the value to set it to@Nonnull public UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder withIsOrganizerOptional(@Nullable java.lang.Boolean val)
val - the value to set it to@Nonnull public UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder withReturnSuggestionReasons(@Nullable java.lang.Boolean val)
val - the value to set it to@Nonnull public UserFindMeetingTimesParameterSet.UserFindMeetingTimesParameterSetBuilder withMinimumAttendeePercentage(@Nullable java.lang.Double val)
val - the value to set it to@Nonnull public UserFindMeetingTimesParameterSet build()