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