public interface IWorkbookTableRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<WorkbookTable> callback)
Delete this item from the service
|
IWorkbookTableRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookTable |
get()
Gets the WorkbookTable from the service
|
void |
get(ICallback<WorkbookTable> callback)
Gets the WorkbookTable from the service
|
WorkbookTable |
patch(WorkbookTable sourceWorkbookTable)
Patches this WorkbookTable with a source
|
void |
patch(WorkbookTable sourceWorkbookTable,
ICallback<WorkbookTable> callback)
Patches this WorkbookTable with a source
|
WorkbookTable |
post(WorkbookTable newWorkbookTable)
Posts a WorkbookTable with a new object
|
void |
post(WorkbookTable newWorkbookTable,
ICallback<WorkbookTable> callback)
Posts a WorkbookTable with a new object
|
IWorkbookTableRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<WorkbookTable> callback)
callback - the callback to be called after success or failureWorkbookTable get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<WorkbookTable> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(WorkbookTable sourceWorkbookTable, ICallback<WorkbookTable> callback)
sourceWorkbookTable - the source object with updatescallback - the callback to be called after success or failureWorkbookTable patch(WorkbookTable sourceWorkbookTable) throws ClientException
sourceWorkbookTable - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(WorkbookTable newWorkbookTable, ICallback<WorkbookTable> callback)
newWorkbookTable - the new object to createcallback - the callback to be called after success or failureWorkbookTable post(WorkbookTable newWorkbookTable) throws ClientException
newWorkbookTable - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIWorkbookTableRequest select(java.lang.String value)
value - the select clauseIWorkbookTableRequest expand(java.lang.String value)
value - the expand clause