public class WorkbookFunctionsSumIfsRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsSumIfsRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsSumIfsRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement sumRange,
com.google.gson.JsonElement values)
The request builder for this WorkbookFunctionsSumIfs
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsSumIfsRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsSumIfsRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsSumIfsRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsSumIfsRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsSumIfsRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement sumRange,
com.google.gson.JsonElement values)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestsumRange - the sumRangevalues - the valuespublic IWorkbookFunctionsSumIfsRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsSumIfsRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsSumIfsRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsSumIfsRequestBuilderrequestOptions - the options for the request