public class WorkbookRangeRowRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookRangeRowRequestBuilder
functionOptions| Constructor and Description |
|---|
WorkbookRangeRowRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer row)
The request builder for this WorkbookRangeRow
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeRowRequest |
buildRequest()
Creates the IWorkbookRangeRowRequest
|
IWorkbookRangeRowRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookRangeRowRequest 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 WorkbookRangeRowRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer row)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestrow - the rowpublic IWorkbookRangeRowRequest buildRequest()
buildRequest in interface IWorkbookRangeRowRequestBuilderpublic IWorkbookRangeRowRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeRowRequestBuilderrequestOptions - the options for the request