public class WorkbookTableCountRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookTableCountRequestBuilder
functionOptions| Constructor and Description |
|---|
WorkbookTableCountRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this WorkbookTableCount
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableCountRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookTableCountRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookTableCountRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookTableCountRequest
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookTableCountRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookTableCountRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookTableCountRequestBuilderrequestOptions - the options for the requestpublic IWorkbookTableCountRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookTableCountRequestBuilderrequestOptions - the options for the request