public interface IWorkbookTableRowCollectionRequestBuilder extends IRequestBuilder
| 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, getRequestUrl, getRequestUrlWithAdditionalSegmentIWorkbookTableRowCollectionRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIWorkbookTableRowCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIWorkbookTableRowRequestBuilder byId(java.lang.String id)
IWorkbookTableRowAddRequestBuilder add(java.lang.Integer index, com.google.gson.JsonElement values)
IWorkbookTableRowCountRequestBuilder count()
IWorkbookTableRowItemAtRequestBuilder itemAt(java.lang.Integer index)