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