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(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsCountRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsCountRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsCountRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsCountRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsCountRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsCountRequestBuilder
requestOptions
- the options for the request