public class WorkbookFunctionsSumIfRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsSumIfRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsSumIfRequestBuilder(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 sumRange)
The request builder for this WorkbookFunctionsSumIf
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsSumIfRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsSumIfRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsSumIfRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsSumIfRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsSumIfRequestBuilder(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 sumRange)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestrange - the rangecriteria - the criteriasumRange - the sumRangepublic IWorkbookFunctionsSumIfRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsSumIfRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsSumIfRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsSumIfRequestBuilderrequestOptions - the options for the request