public class UserFindMeetingTimesRequestBuilder extends BaseActionRequestBuilder implements IUserFindMeetingTimesRequestBuilder
bodyParams| Constructor and Description |
|---|
UserFindMeetingTimesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<AttendeeBase> attendees,
LocationConstraint locationConstraint,
TimeConstraint timeConstraint,
javax.xml.datatype.Duration meetingDuration,
java.lang.Integer maxCandidates,
java.lang.Boolean isOrganizerOptional,
java.lang.Boolean returnSuggestionReasons,
java.lang.Double minimumAttendeePercentage)
The request builder for this UserFindMeetingTimes
|
| Modifier and Type | Method and Description |
|---|---|
IUserFindMeetingTimesRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IUserFindMeetingTimesRequest with specific requestOptions instead of the existing requestOptions
|
IUserFindMeetingTimesRequest |
buildRequest(Option... requestOptions)
Creates the IUserFindMeetingTimesRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic UserFindMeetingTimesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<AttendeeBase> attendees,
LocationConstraint locationConstraint,
TimeConstraint timeConstraint,
javax.xml.datatype.Duration meetingDuration,
java.lang.Integer maxCandidates,
java.lang.Boolean isOrganizerOptional,
java.lang.Boolean returnSuggestionReasons,
java.lang.Double minimumAttendeePercentage)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestattendees - the attendeeslocationConstraint - the locationConstrainttimeConstraint - the timeConstraintmeetingDuration - the meetingDurationmaxCandidates - the maxCandidatesisOrganizerOptional - the isOrganizerOptionalreturnSuggestionReasons - the returnSuggestionReasonsminimumAttendeePercentage - the minimumAttendeePercentagepublic IUserFindMeetingTimesRequest buildRequest(Option... requestOptions)
buildRequest in interface IUserFindMeetingTimesRequestBuilderrequestOptions - the options for the requestpublic IUserFindMeetingTimesRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IUserFindMeetingTimesRequestBuilderrequestOptions - the options for the request