public class WorkbookFunctionsCountRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsCountRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsCountRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement values)
The request builder for this WorkbookFunctionsCount
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsCountRequest |
buildRequest()
Creates the IWorkbookFunctionsCountRequest
|
IWorkbookFunctionsCountRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsCountRequest 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 WorkbookFunctionsCountRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement values)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestvalues - the valuespublic IWorkbookFunctionsCountRequest buildRequest()
buildRequest in interface IWorkbookFunctionsCountRequestBuilderpublic IWorkbookFunctionsCountRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsCountRequestBuilderrequestOptions - the options for the request