public class WorkbookRangeBorderCollectionRequestBuilder extends BaseRequestBuilder implements IWorkbookRangeBorderCollectionRequestBuilder
| Constructor and Description |
|---|
WorkbookRangeBorderCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkbookRangeFormat
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeBorderCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IWorkbookRangeBorderCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookRangeBorderRequestBuilder |
byId(java.lang.String id) |
IWorkbookRangeBorderCountRequestBuilder |
count() |
IWorkbookRangeBorderItemAtRequestBuilder |
itemAt(java.lang.Integer index) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookRangeBorderCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookRangeBorderCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookRangeBorderCollectionRequestBuilderrequestOptions - the options for this requestpublic IWorkbookRangeBorderCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeBorderCollectionRequestBuilderrequestOptions - the options for this requestpublic IWorkbookRangeBorderRequestBuilder byId(java.lang.String id)
byId in interface IWorkbookRangeBorderCollectionRequestBuilderpublic IWorkbookRangeBorderCountRequestBuilder count()
count in interface IWorkbookRangeBorderCollectionRequestBuilderpublic IWorkbookRangeBorderItemAtRequestBuilder itemAt(java.lang.Integer index)
itemAt in interface IWorkbookRangeBorderCollectionRequestBuilder