public class WorkbookTableColumnItemAtRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookTableColumnItemAtRequestBuilder
functionOptions| Constructor and Description |
|---|
WorkbookTableColumnItemAtRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer index)
The request builder for this WorkbookTableColumnItemAt
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableColumnItemAtRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookTableColumnItemAtRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookTableColumnItemAtRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookTableColumnItemAtRequest
|
IWorkbookFilterRequestBuilder |
filter()
Gets the request builder for WorkbookFilter
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookTableColumnItemAtRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer index)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestindex - the indexpublic IWorkbookTableColumnItemAtRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookTableColumnItemAtRequestBuilderrequestOptions - the options for the requestpublic IWorkbookTableColumnItemAtRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookTableColumnItemAtRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFilterRequestBuilder filter()
filter in interface IWorkbookTableColumnItemAtRequestBuilder