public class OnlineMeetingCreateOrGetRequestBuilder extends BaseActionRequestBuilder implements IOnlineMeetingCreateOrGetRequestBuilder
bodyParams| Constructor and Description |
|---|
OnlineMeetingCreateOrGetRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
ChatInfo chatInfo,
java.util.Calendar endDateTime,
java.lang.String externalId,
MeetingParticipants participants,
java.util.Calendar startDateTime,
java.lang.String subject)
The request builder for this OnlineMeetingCreateOrGet
|
| Modifier and Type | Method and Description |
|---|---|
IOnlineMeetingCreateOrGetRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IOnlineMeetingCreateOrGetRequest with specific requestOptions instead of the existing requestOptions
|
IOnlineMeetingCreateOrGetRequest |
buildRequest(Option... requestOptions)
Creates the IOnlineMeetingCreateOrGetRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OnlineMeetingCreateOrGetRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
ChatInfo chatInfo,
java.util.Calendar endDateTime,
java.lang.String externalId,
MeetingParticipants participants,
java.util.Calendar startDateTime,
java.lang.String subject)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestchatInfo - the chatInfoendDateTime - the endDateTimeexternalId - the externalIdparticipants - the participantsstartDateTime - the startDateTimesubject - the subjectpublic IOnlineMeetingCreateOrGetRequest buildRequest(Option... requestOptions)
buildRequest in interface IOnlineMeetingCreateOrGetRequestBuilderrequestOptions - the options for the requestpublic IOnlineMeetingCreateOrGetRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOnlineMeetingCreateOrGetRequestBuilderrequestOptions - the options for the request