public class WorkbookRangeIntersectionRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookRangeIntersectionRequestBuilder
functionOptions| Constructor and Description |
|---|
WorkbookRangeIntersectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String anotherRange)
The request builder for this WorkbookRangeIntersection
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeIntersectionRequest |
buildRequest()
Creates the IWorkbookRangeIntersectionRequest
|
IWorkbookRangeIntersectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookRangeIntersectionRequest 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 WorkbookRangeIntersectionRequestBuilder(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 IWorkbookRangeIntersectionRequest buildRequest()
buildRequest in interface IWorkbookRangeIntersectionRequestBuilderpublic IWorkbookRangeIntersectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeIntersectionRequestBuilderrequestOptions - the options for the request