public class WorkbookFunctionsDcountARequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDcountARequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDcountARequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement database,
com.google.gson.JsonElement field,
com.google.gson.JsonElement criteria)
The request builder for this WorkbookFunctionsDcountA
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDcountARequest |
buildRequest()
Creates the IWorkbookFunctionsDcountARequest
|
IWorkbookFunctionsDcountARequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDcountARequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsDcountARequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement database,
com.google.gson.JsonElement field,
com.google.gson.JsonElement criteria)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestdatabase - the databasefield - the fieldcriteria - the criteriapublic IWorkbookFunctionsDcountARequest buildRequest()
buildRequest in interface IWorkbookFunctionsDcountARequestBuilderpublic IWorkbookFunctionsDcountARequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDcountARequestBuilderrequestOptions - the options for the request