public class WorkbookTableColumnCollectionRequestBuilder extends BaseRequestBuilder implements IWorkbookTableColumnCollectionRequestBuilder
| Constructor and Description |
|---|
WorkbookTableColumnCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkbookTable
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableColumnAddRequestBuilder |
add(java.lang.Integer index,
com.google.gson.JsonElement values,
java.lang.String name) |
IWorkbookTableColumnCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IWorkbookTableColumnCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookTableColumnRequestBuilder |
byId(java.lang.String id) |
IWorkbookTableColumnCountRequestBuilder |
count() |
IWorkbookTableColumnItemAtRequestBuilder |
itemAt(java.lang.Integer index) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookTableColumnCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookTableColumnCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookTableColumnCollectionRequestBuilderrequestOptions - the options for this requestpublic IWorkbookTableColumnCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookTableColumnCollectionRequestBuilderrequestOptions - the options for this requestpublic IWorkbookTableColumnRequestBuilder byId(java.lang.String id)
byId in interface IWorkbookTableColumnCollectionRequestBuilderpublic IWorkbookTableColumnAddRequestBuilder add(java.lang.Integer index, com.google.gson.JsonElement values, java.lang.String name)
add in interface IWorkbookTableColumnCollectionRequestBuilderpublic IWorkbookTableColumnCountRequestBuilder count()
count in interface IWorkbookTableColumnCollectionRequestBuilderpublic IWorkbookTableColumnItemAtRequestBuilder itemAt(java.lang.Integer index)
itemAt in interface IWorkbookTableColumnCollectionRequestBuilder