public class WorkbookRangeCellRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookRangeCellRequestBuilder
functionOptions| Constructor and Description |
|---|
WorkbookRangeCellRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer row,
java.lang.Integer column)
The request builder for this WorkbookRangeCell
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeCellRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookRangeCellRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookRangeCellRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookRangeCellRequest
|
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 WorkbookRangeCellRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer row,
java.lang.Integer column)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestrow - the rowcolumn - the columnpublic IWorkbookRangeCellRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookRangeCellRequestBuilderrequestOptions - the options for the requestpublic IWorkbookRangeCellRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeCellRequestBuilderrequestOptions - the options for the requestpublic IWorkbookRangeFormatRequestBuilder format()
format in interface IWorkbookRangeCellRequestBuilderpublic IWorkbookRangeSortRequestBuilder sort()
sort in interface IWorkbookRangeCellRequestBuilderpublic IWorkbookWorksheetRequestBuilder worksheet()
worksheet in interface IWorkbookRangeCellRequestBuilder