public class CallRecordResponseRequestBuilder extends BaseActionRequestBuilder implements ICallRecordResponseRequestBuilder
bodyParams| Constructor and Description |
|---|
CallRecordResponseRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<Prompt> prompts,
java.lang.Boolean bargeInAllowed,
java.lang.Integer initialSilenceTimeoutInSeconds,
java.lang.Integer maxSilenceTimeoutInSeconds,
java.lang.Integer maxRecordDurationInSeconds,
java.lang.Boolean playBeep,
java.util.List<java.lang.String> stopTones,
java.lang.String clientContext)
The request builder for this CallRecordResponse
|
| Modifier and Type | Method and Description |
|---|---|
ICallRecordResponseRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the ICallRecordResponseRequest with specific requestOptions instead of the existing requestOptions
|
ICallRecordResponseRequest |
buildRequest(Option... requestOptions)
Creates the ICallRecordResponseRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic CallRecordResponseRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<Prompt> prompts,
java.lang.Boolean bargeInAllowed,
java.lang.Integer initialSilenceTimeoutInSeconds,
java.lang.Integer maxSilenceTimeoutInSeconds,
java.lang.Integer maxRecordDurationInSeconds,
java.lang.Boolean playBeep,
java.util.List<java.lang.String> stopTones,
java.lang.String clientContext)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestprompts - the promptsbargeInAllowed - the bargeInAllowedinitialSilenceTimeoutInSeconds - the initialSilenceTimeoutInSecondsmaxSilenceTimeoutInSeconds - the maxSilenceTimeoutInSecondsmaxRecordDurationInSeconds - the maxRecordDurationInSecondsplayBeep - the playBeepstopTones - the stopTonesclientContext - the clientContextpublic ICallRecordResponseRequest buildRequest(Option... requestOptions)
buildRequest in interface ICallRecordResponseRequestBuilderrequestOptions - the options for the requestpublic ICallRecordResponseRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ICallRecordResponseRequestBuilderrequestOptions - the options for the request