public class CallUpdateRecordingStatusRequestBuilder extends BaseActionRequestBuilder implements ICallUpdateRecordingStatusRequestBuilder
bodyParams| Constructor and Description |
|---|
CallUpdateRecordingStatusRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
RecordingStatus status,
java.lang.String clientContext)
The request builder for this CallUpdateRecordingStatus
|
| Modifier and Type | Method and Description |
|---|---|
ICallUpdateRecordingStatusRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the ICallUpdateRecordingStatusRequest with specific requestOptions instead of the existing requestOptions
|
ICallUpdateRecordingStatusRequest |
buildRequest(Option... requestOptions)
Creates the ICallUpdateRecordingStatusRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic CallUpdateRecordingStatusRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
RecordingStatus status,
java.lang.String clientContext)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requeststatus - the statusclientContext - the clientContextpublic ICallUpdateRecordingStatusRequest buildRequest(Option... requestOptions)
buildRequest in interface ICallUpdateRecordingStatusRequestBuilderrequestOptions - the options for the requestpublic ICallUpdateRecordingStatusRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ICallUpdateRecordingStatusRequestBuilderrequestOptions - the options for the request