public class WorkbookRangeLastRowRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookRangeLastRowRequestBuilder
functionOptions| Constructor and Description |
|---|
WorkbookRangeLastRowRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this WorkbookRangeLastRow
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeLastRowRequest |
buildRequest()
Creates the IWorkbookRangeLastRowRequest
|
IWorkbookRangeLastRowRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookRangeLastRowRequest 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 WorkbookRangeLastRowRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookRangeLastRowRequest buildRequest()
buildRequest in interface IWorkbookRangeLastRowRequestBuilderpublic IWorkbookRangeLastRowRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeLastRowRequestBuilderrequestOptions - the options for the request