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