public class WorkbookTableRowCollectionRequestBuilder extends BaseRequestBuilder implements IWorkbookTableRowCollectionRequestBuilder
| Constructor and Description |
|---|
WorkbookTableRowCollectionRequestBuilder(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 |
|---|---|
IWorkbookTableRowAddRequestBuilder |
add(java.lang.Integer index,
com.google.gson.JsonElement values) |
IWorkbookTableRowCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IWorkbookTableRowCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookTableRowRequestBuilder |
byId(java.lang.String id) |
IWorkbookTableRowCountRequestBuilder |
count() |
IWorkbookTableRowItemAtRequestBuilder |
itemAt(java.lang.Integer index) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookTableRowCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookTableRowCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookTableRowCollectionRequestBuilderrequestOptions - the options for this requestpublic IWorkbookTableRowCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookTableRowCollectionRequestBuilderrequestOptions - the options for this requestpublic IWorkbookTableRowRequestBuilder byId(java.lang.String id)
byId in interface IWorkbookTableRowCollectionRequestBuilderpublic IWorkbookTableRowAddRequestBuilder add(java.lang.Integer index, com.google.gson.JsonElement values)
add in interface IWorkbookTableRowCollectionRequestBuilderpublic IWorkbookTableRowCountRequestBuilder count()
count in interface IWorkbookTableRowCollectionRequestBuilderpublic IWorkbookTableRowItemAtRequestBuilder itemAt(java.lang.Integer index)
itemAt in interface IWorkbookTableRowCollectionRequestBuilder