public interface IWorkbookTableRowItemAtRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableRowItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookTableRow |
get()
Gets the WorkbookTableRow
|
void |
get(ICallback<? super WorkbookTableRow> callback)
Gets the WorkbookTableRow
|
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
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid patch(WorkbookTableRow srcWorkbookTableRow, ICallback<? super WorkbookTableRow> callback)
srcWorkbookTableRow - the WorkbookTableRow with which to PATCHcallback - the callback to be called after success or failureWorkbookTableRow patch(WorkbookTableRow srcWorkbookTableRow) throws ClientException
srcWorkbookTableRow - the WorkbookTableRow with which to PATCHClientException - an exception occurs if there was an error while the request was sentvoid put(WorkbookTableRow srcWorkbookTableRow, ICallback<? super WorkbookTableRow> callback)
srcWorkbookTableRow - the WorkbookTableRow to PUTcallback - the callback to be called after success or failureWorkbookTableRow put(WorkbookTableRow srcWorkbookTableRow) throws ClientException
srcWorkbookTableRow - the WorkbookTableRow to PUTClientException - an exception occurs if there was an error while the request was sentvoid get(ICallback<? super WorkbookTableRow> callback)
callback - the callback to be called after success or failureWorkbookTableRow get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIWorkbookTableRowItemAtRequest select(java.lang.String value)
value - the select clauseIWorkbookTableRowItemAtRequest expand(java.lang.String value)
value - the expand clause