public class WorkbookFunctionsHex2OctRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsHex2OctRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsHex2OctRequestBuilder(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 WorkbookFunctionsHex2Oct
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsHex2OctRequest |
buildRequest()
Creates the IWorkbookFunctionsHex2OctRequest
|
IWorkbookFunctionsHex2OctRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsHex2OctRequest 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 WorkbookFunctionsHex2OctRequestBuilder(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 IWorkbookFunctionsHex2OctRequest buildRequest()
buildRequest in interface IWorkbookFunctionsHex2OctRequestBuilderpublic IWorkbookFunctionsHex2OctRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsHex2OctRequestBuilderrequestOptions - the options for the request