public class WorkbookTableRowItemAtRequest extends BaseRequest implements IWorkbookTableRowItemAtRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookTableRowItemAtRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookTableRowItemAt
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableRowItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookTableRowItemAtRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
WorkbookTableRow |
get()
Gets the WorkbookTableRow
|
void |
get(ICallback<? super WorkbookTableRow> callback)
Gets the WorkbookTableRow
|
IWorkbookTableRowItemAtRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookTableRow |
patch(WorkbookTableRow srcWorkbookTableRow)
Patches the WorkbookTableRowItemAt
|
void |
patch(WorkbookTableRow srcWorkbookTableRow,
ICallback<? super WorkbookTableRow> callback)
Patches the WorkbookTableRowItemAt
|
WorkbookTableRow |
put(WorkbookTableRow srcWorkbookTableRow)
Puts the WorkbookTableRowItemAt
|
void |
put(WorkbookTableRow srcWorkbookTableRow,
ICallback<? super WorkbookTableRow> callback)
Puts the WorkbookTableRowItemAt
|
IWorkbookTableRowItemAtRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic WorkbookTableRowItemAtRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void patch(WorkbookTableRow srcWorkbookTableRow, ICallback<? super WorkbookTableRow> callback)
patch in interface IWorkbookTableRowItemAtRequestsrcWorkbookTableRow - the WorkbookTableRow with which to PATCHcallback - the callback to be called after success or failurepublic WorkbookTableRow patch(WorkbookTableRow srcWorkbookTableRow) throws ClientException
patch in interface IWorkbookTableRowItemAtRequestsrcWorkbookTableRow - the WorkbookTableRow with which to PATCHClientException - an exception occurs if there was an error while the request was sentpublic void put(WorkbookTableRow srcWorkbookTableRow, ICallback<? super WorkbookTableRow> callback)
put in interface IWorkbookTableRowItemAtRequestsrcWorkbookTableRow - the WorkbookTableRow to PUTcallback - the callback to be called after success or failurepublic WorkbookTableRow put(WorkbookTableRow srcWorkbookTableRow) throws ClientException
put in interface IWorkbookTableRowItemAtRequestsrcWorkbookTableRow - the WorkbookTableRow to PUTClientException - an exception occurs if there was an error while the request was sentpublic void get(ICallback<? super WorkbookTableRow> callback)
get in interface IWorkbookTableRowItemAtRequestcallback - the callback to be called after success or failurepublic WorkbookTableRow get() throws ClientException
get in interface IWorkbookTableRowItemAtRequestClientException - an exception occurs if there was an error while the request was sentpublic IWorkbookTableRowItemAtRequest select(java.lang.String value)
select in interface IWorkbookTableRowItemAtRequestvalue - the select clausepublic IWorkbookTableRowItemAtRequest expand(java.lang.String value)
expand in interface IWorkbookTableRowItemAtRequestvalue - the expand clausepublic IWorkbookTableRowItemAtRequest filter(java.lang.String value)
value - the filter clausepublic IWorkbookTableRowItemAtRequest orderBy(java.lang.String value)
value - the order by clause