public interface IWorkbookTableItemAtRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookTable |
get()
Gets the WorkbookTable
|
void |
get(ICallback<? super WorkbookTable> callback)
Gets the WorkbookTable
|
WorkbookTable |
patch(WorkbookTable srcWorkbookTable)
Patches the WorkbookTableItemAt
|
void |
patch(WorkbookTable srcWorkbookTable,
ICallback<? super WorkbookTable> callback)
Patches the WorkbookTableItemAt
|
WorkbookTable |
put(WorkbookTable srcWorkbookTable)
Puts the WorkbookTableItemAt
|
void |
put(WorkbookTable srcWorkbookTable,
ICallback<? super WorkbookTable> callback)
Puts the WorkbookTableItemAt
|
IWorkbookTableItemAtRequest |
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(WorkbookTable srcWorkbookTable, ICallback<? super WorkbookTable> callback)
srcWorkbookTable - the WorkbookTable with which to PATCHcallback - the callback to be called after success or failureWorkbookTable patch(WorkbookTable srcWorkbookTable) throws ClientException
srcWorkbookTable - the WorkbookTable with which to PATCHClientException - an exception occurs if there was an error while the request was sentvoid put(WorkbookTable srcWorkbookTable, ICallback<? super WorkbookTable> callback)
srcWorkbookTable - the WorkbookTable to PUTcallback - the callback to be called after success or failureWorkbookTable put(WorkbookTable srcWorkbookTable) throws ClientException
srcWorkbookTable - the WorkbookTable to PUTClientException - an exception occurs if there was an error while the request was sentvoid get(ICallback<? super WorkbookTable> callback)
callback - the callback to be called after success or failureWorkbookTable get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIWorkbookTableItemAtRequest select(java.lang.String value)
value - the select clauseIWorkbookTableItemAtRequest expand(java.lang.String value)
value - the expand clause