public interface ICallRedirectRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
ICallRedirectRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the ICallRedirectRequest with specific options instead of the existing options
|
ICallRedirectRequest |
buildRequest(Option... requestOptions)
Creates the ICallRedirectRequest
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentICallRedirectRequest buildRequest(Option... requestOptions)
requestOptions - the options for the requestICallRedirectRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for the request