public class WorkbookRangeRowsAboveRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookRangeRowsAboveRequestBuilder
functionOptions| Constructor and Description |
|---|
WorkbookRangeRowsAboveRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this WorkbookRangeRowsAbove
|
WorkbookRangeRowsAboveRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer count)
The request builder for this WorkbookRangeRowsAbove
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeRowsAboveRequest |
buildRequest()
Creates the IWorkbookRangeRowsAboveRequest
|
IWorkbookRangeRowsAboveRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookRangeRowsAboveRequest 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 WorkbookRangeRowsAboveRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic WorkbookRangeRowsAboveRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer count)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcount - the countpublic IWorkbookRangeRowsAboveRequest buildRequest()
buildRequest in interface IWorkbookRangeRowsAboveRequestBuilderpublic IWorkbookRangeRowsAboveRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeRowsAboveRequestBuilderrequestOptions - the options for the request