public class WorkbookFunctionsOct2HexRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsOct2HexRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsOct2HexRequestBuilder(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 WorkbookFunctionsOct2Hex
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsOct2HexRequest |
buildRequest()
Creates the IWorkbookFunctionsOct2HexRequest
|
IWorkbookFunctionsOct2HexRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsOct2HexRequest 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 WorkbookFunctionsOct2HexRequestBuilder(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 IWorkbookFunctionsOct2HexRequest buildRequest()
buildRequest in interface IWorkbookFunctionsOct2HexRequestBuilderpublic IWorkbookFunctionsOct2HexRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsOct2HexRequestBuilderrequestOptions - the options for the request