public class WorkbookFunctionsDecimalRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDecimalRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDecimalRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number,
com.google.gson.JsonElement radix)
The request builder for this WorkbookFunctionsDecimal
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDecimalRequest |
buildRequest()
Creates the IWorkbookFunctionsDecimalRequest
|
IWorkbookFunctionsDecimalRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDecimalRequest 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 WorkbookFunctionsDecimalRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number,
com.google.gson.JsonElement radix)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumber - the numberradix - the radixpublic IWorkbookFunctionsDecimalRequest buildRequest()
buildRequest in interface IWorkbookFunctionsDecimalRequestBuilderpublic IWorkbookFunctionsDecimalRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDecimalRequestBuilderrequestOptions - the options for the request