public class WorkbookFunctionsAcotRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsAcotRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsAcotRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number)
The request builder for this WorkbookFunctionsAcot
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsAcotRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsAcotRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsAcotRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsAcotRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsAcotRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumber - the numberpublic IWorkbookFunctionsAcotRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsAcotRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsAcotRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsAcotRequestBuilderrequestOptions - the options for the request