public class OnlineMeetingCollectionRequestBuilder extends BaseRequestBuilder implements IOnlineMeetingCollectionRequestBuilder
| Constructor and Description |
|---|
OnlineMeetingCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of CloudCommunications
|
| Modifier and Type | Method and Description |
|---|---|
IOnlineMeetingCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IOnlineMeetingCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IOnlineMeetingRequestBuilder |
byId(java.lang.String id) |
IOnlineMeetingCreateOrGetRequestBuilder |
createOrGet(ChatInfo chatInfo,
java.util.Calendar endDateTime,
java.lang.String externalId,
MeetingParticipants participants,
java.util.Calendar startDateTime,
java.lang.String subject) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OnlineMeetingCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IOnlineMeetingCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IOnlineMeetingCollectionRequestBuilderrequestOptions - the options for this requestpublic IOnlineMeetingCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOnlineMeetingCollectionRequestBuilderrequestOptions - the options for this requestpublic IOnlineMeetingRequestBuilder byId(java.lang.String id)
byId in interface IOnlineMeetingCollectionRequestBuilderpublic IOnlineMeetingCreateOrGetRequestBuilder createOrGet(ChatInfo chatInfo, java.util.Calendar endDateTime, java.lang.String externalId, MeetingParticipants participants, java.util.Calendar startDateTime, java.lang.String subject)
createOrGet in interface IOnlineMeetingCollectionRequestBuilder