public class CallAnswerRequestBuilder extends BaseActionRequestBuilder implements ICallAnswerRequestBuilder
bodyParams| Constructor and Description |
|---|
CallAnswerRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String callbackUri,
MediaConfig mediaConfig,
java.util.List<Modality> acceptedModalities)
The request builder for this CallAnswer
|
| Modifier and Type | Method and Description |
|---|---|
ICallAnswerRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the ICallAnswerRequest with specific requestOptions instead of the existing requestOptions
|
ICallAnswerRequest |
buildRequest(Option... requestOptions)
Creates the ICallAnswerRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic CallAnswerRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String callbackUri,
MediaConfig mediaConfig,
java.util.List<Modality> acceptedModalities)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcallbackUri - the callbackUrimediaConfig - the mediaConfigacceptedModalities - the acceptedModalitiespublic ICallAnswerRequest buildRequest(Option... requestOptions)
buildRequest in interface ICallAnswerRequestBuilderrequestOptions - the options for the requestpublic ICallAnswerRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ICallAnswerRequestBuilderrequestOptions - the options for the request