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