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