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, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IWorkbookFunctionsAverageIfRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsAverageIfRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsAverageIfRequestBuilder
requestOptions
- the options for the request