public class WorkbookRangeBoundingRectRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookRangeBoundingRectRequestBuilder
functionOptions| Constructor and Description |
|---|
WorkbookRangeBoundingRectRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String anotherRange)
The request builder for this WorkbookRangeBoundingRect
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeBoundingRectRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookRangeBoundingRectRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookRangeBoundingRectRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookRangeBoundingRectRequest
|
IWorkbookRangeFormatRequestBuilder |
format()
Gets the request builder for WorkbookRangeFormat
|
IWorkbookRangeSortRequestBuilder |
sort()
Gets the request builder for WorkbookRangeSort
|
IWorkbookWorksheetRequestBuilder |
worksheet()
Gets the request builder for WorkbookWorksheet
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookRangeBoundingRectRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String anotherRange)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestanotherRange - the anotherRangepublic IWorkbookRangeBoundingRectRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookRangeBoundingRectRequestBuilderrequestOptions - the options for the requestpublic IWorkbookRangeBoundingRectRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeBoundingRectRequestBuilderrequestOptions - the options for the requestpublic IWorkbookRangeFormatRequestBuilder format()
format in interface IWorkbookRangeBoundingRectRequestBuilderpublic IWorkbookRangeSortRequestBuilder sort()
sort in interface IWorkbookRangeBoundingRectRequestBuilderpublic IWorkbookWorksheetRequestBuilder worksheet()
worksheet in interface IWorkbookRangeBoundingRectRequestBuilder