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()
Creates the IWorkbookFunctionsPowerRequest
|
IWorkbookFunctionsPowerRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsPowerRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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()
buildRequest
in interface IWorkbookFunctionsPowerRequestBuilder
public IWorkbookFunctionsPowerRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsPowerRequestBuilder
requestOptions
- the options for the request