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, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IWorkbookTableColumnCollectionRequestBuilder
requestOptions
- the options for this requestpublic IWorkbookTableColumnCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookTableColumnCollectionRequestBuilder
requestOptions
- the options for this requestpublic IWorkbookTableColumnRequestBuilder byId(java.lang.String id)
byId
in interface IWorkbookTableColumnCollectionRequestBuilder
public IWorkbookTableColumnAddRequestBuilder add(java.lang.Integer index, com.google.gson.JsonElement values, java.lang.String name)
add
in interface IWorkbookTableColumnCollectionRequestBuilder
public IWorkbookTableColumnCountRequestBuilder count()
count
in interface IWorkbookTableColumnCollectionRequestBuilder
public IWorkbookTableColumnItemAtRequestBuilder itemAt(java.lang.Integer index)
itemAt
in interface IWorkbookTableColumnCollectionRequestBuilder