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