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