public class CallRedirectRequestBuilder extends BaseActionRequestBuilder implements ICallRedirectRequestBuilder
bodyParams| Constructor and Description |
|---|
CallRedirectRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<InvitationParticipantInfo> targets,
java.lang.Integer timeout,
java.lang.String callbackUri)
The request builder for this CallRedirect
|
| Modifier and Type | Method and Description |
|---|---|
ICallRedirectRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the ICallRedirectRequest with specific requestOptions instead of the existing requestOptions
|
ICallRedirectRequest |
buildRequest(Option... requestOptions)
Creates the ICallRedirectRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic CallRedirectRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<InvitationParticipantInfo> targets,
java.lang.Integer timeout,
java.lang.String callbackUri)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttargets - the targetstimeout - the timeoutcallbackUri - the callbackUripublic ICallRedirectRequest buildRequest(Option... requestOptions)
buildRequest in interface ICallRedirectRequestBuilderrequestOptions - the options for the requestpublic ICallRedirectRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ICallRedirectRequestBuilderrequestOptions - the options for the request