public class CallCollectionRequestBuilder extends BaseRequestBuilder implements ICallCollectionRequestBuilder
| Constructor and Description |
|---|
CallCollectionRequestBuilder(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 |
|---|---|
ICallCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
ICallCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
ICallRequestBuilder |
byId(java.lang.String id) |
ICallLogTeleconferenceDeviceQualityRequestBuilder |
logTeleconferenceDeviceQuality(TeleconferenceDeviceQuality quality) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic CallCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ICallCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface ICallCollectionRequestBuilderrequestOptions - the options for this requestpublic ICallCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ICallCollectionRequestBuilderrequestOptions - the options for this requestpublic ICallRequestBuilder byId(java.lang.String id)
byId in interface ICallCollectionRequestBuilderpublic ICallLogTeleconferenceDeviceQualityRequestBuilder logTeleconferenceDeviceQuality(TeleconferenceDeviceQuality quality)
logTeleconferenceDeviceQuality in interface ICallCollectionRequestBuilder