public class WorkbookRangeViewCollectionRequestBuilder extends BaseRequestBuilder implements IWorkbookRangeViewCollectionRequestBuilder
| Constructor and Description |
|---|
WorkbookRangeViewCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkbookRangeView
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeViewCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IWorkbookRangeViewCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookRangeViewRequestBuilder |
byId(java.lang.String id) |
IWorkbookRangeViewItemAtRequestBuilder |
itemAt(java.lang.Integer index) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookRangeViewCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookRangeViewCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookRangeViewCollectionRequestBuilderrequestOptions - the options for this requestpublic IWorkbookRangeViewCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeViewCollectionRequestBuilderrequestOptions - the options for this requestpublic IWorkbookRangeViewRequestBuilder byId(java.lang.String id)
byId in interface IWorkbookRangeViewCollectionRequestBuilderpublic IWorkbookRangeViewItemAtRequestBuilder itemAt(java.lang.Integer index)
itemAt in interface IWorkbookRangeViewCollectionRequestBuilder