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