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()
Creates the IWorkbookRangeBoundingRectRequest
|
IWorkbookRangeBoundingRectRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookRangeBoundingRectRequest with specific requestOptions instead of the existing requestOptions
|
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()
buildRequest in interface IWorkbookRangeBoundingRectRequestBuilderpublic IWorkbookRangeBoundingRectRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeBoundingRectRequestBuilderrequestOptions - the options for the request