public class WorkbookFunctionsOct2DecRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsOct2DecRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsOct2DecRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number)
The request builder for this WorkbookFunctionsOct2Dec
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsOct2DecRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsOct2DecRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsOct2DecRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsOct2DecRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsOct2DecRequestBuilder(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 IWorkbookFunctionsOct2DecRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsOct2DecRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsOct2DecRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsOct2DecRequestBuilderrequestOptions - the options for the request