public class WorkbookTableRowItemAtRequestBuilder extends BaseFunctionRequestBuilder implements IWorkbookTableRowItemAtRequestBuilder
functionOptions
Constructor and Description |
---|
WorkbookTableRowItemAtRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer index)
The request builder for this WorkbookTableRowItemAt
|
Modifier and Type | Method and Description |
---|---|
IWorkbookTableRowItemAtRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookTableRowItemAtRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookTableRowItemAtRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookTableRowItemAtRequest
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookTableRowItemAtRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions, java.lang.Integer index)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestindex
- the indexpublic IWorkbookTableRowItemAtRequest buildRequest(Option... requestOptions)
buildRequest
in interface IWorkbookTableRowItemAtRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookTableRowItemAtRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookTableRowItemAtRequestBuilder
requestOptions
- the options for the request