public class WorkbookFunctionsHex2BinRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsHex2BinRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsHex2BinRequestBuilder(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 WorkbookFunctionsHex2Bin
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsHex2BinRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsHex2BinRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsHex2BinRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsHex2BinRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsHex2BinRequestBuilder(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 IWorkbookFunctionsHex2BinRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsHex2BinRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsHex2BinRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsHex2BinRequestBuilderrequestOptions - the options for the request