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