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