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, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IWorkbookFunctionsCombinRequestBuilder
public IWorkbookFunctionsCombinRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsCombinRequestBuilder
requestOptions
- the options for the request