public class WorkbookFunctionsChooseRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsChooseRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsChooseRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement indexNum,
com.google.gson.JsonElement values)
The request builder for this WorkbookFunctionsChoose
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsChooseRequest |
buildRequest()
Creates the IWorkbookFunctionsChooseRequest
|
IWorkbookFunctionsChooseRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsChooseRequest 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 WorkbookFunctionsChooseRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement indexNum,
com.google.gson.JsonElement values)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestindexNum - the indexNumvalues - the valuespublic IWorkbookFunctionsChooseRequest buildRequest()
buildRequest in interface IWorkbookFunctionsChooseRequestBuilderpublic IWorkbookFunctionsChooseRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsChooseRequestBuilderrequestOptions - the options for the request