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(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookRangeIntersectionRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookRangeIntersectionRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookRangeIntersectionRequest
|
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 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(Option... requestOptions)
buildRequest in interface IWorkbookRangeIntersectionRequestBuilderrequestOptions - the options for the requestpublic IWorkbookRangeIntersectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeIntersectionRequestBuilderrequestOptions - the options for the requestpublic IWorkbookRangeFormatRequestBuilder format()
format in interface IWorkbookRangeIntersectionRequestBuilderpublic IWorkbookRangeSortRequestBuilder sort()
sort in interface IWorkbookRangeIntersectionRequestBuilderpublic IWorkbookWorksheetRequestBuilder worksheet()
worksheet in interface IWorkbookRangeIntersectionRequestBuilder