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