public class WorkbookTableRowRequestBuilder extends BaseRequestBuilder implements IWorkbookTableRowRequestBuilder
| Constructor and Description |
|---|
WorkbookTableRowRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the WorkbookTableRow
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableRowRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IWorkbookTableRowRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookTableRowRangeRequestBuilder |
range() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookTableRowRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookTableRowRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookTableRowRequestBuilderrequestOptions - the options for this requestpublic IWorkbookTableRowRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookTableRowRequestBuilderrequestOptions - the options for this requestpublic IWorkbookTableRowRangeRequestBuilder range()
range in interface IWorkbookTableRowRequestBuilder