public class WorkbookFunctionsAverageIfRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsAverageIfRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsAverageIfRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement range,
com.google.gson.JsonElement criteria,
com.google.gson.JsonElement averageRange)
The request builder for this WorkbookFunctionsAverageIf
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsAverageIfRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsAverageIfRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsAverageIfRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsAverageIfRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsAverageIfRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement range,
com.google.gson.JsonElement criteria,
com.google.gson.JsonElement averageRange)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestrange - the rangecriteria - the criteriaaverageRange - the averageRangepublic IWorkbookFunctionsAverageIfRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsAverageIfRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsAverageIfRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsAverageIfRequestBuilderrequestOptions - the options for the request