public class WorkbookRangeLastColumnRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookRangeLastColumnRequestBuilder
functionOptions| Constructor and Description |
|---|
WorkbookRangeLastColumnRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this WorkbookRangeLastColumn
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeLastColumnRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookRangeLastColumnRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookRangeLastColumnRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookRangeLastColumnRequest
|
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 WorkbookRangeLastColumnRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookRangeLastColumnRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookRangeLastColumnRequestBuilderrequestOptions - the options for the requestpublic IWorkbookRangeLastColumnRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeLastColumnRequestBuilderrequestOptions - the options for the requestpublic IWorkbookRangeFormatRequestBuilder format()
format in interface IWorkbookRangeLastColumnRequestBuilderpublic IWorkbookRangeSortRequestBuilder sort()
sort in interface IWorkbookRangeLastColumnRequestBuilderpublic IWorkbookWorksheetRequestBuilder worksheet()
worksheet in interface IWorkbookRangeLastColumnRequestBuilder