public interface IWorkbookTableSortRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<WorkbookTableSort> callback)
Delete this item from the service
|
IWorkbookTableSortRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookTableSort |
get()
Gets the WorkbookTableSort from the service
|
void |
get(ICallback<WorkbookTableSort> callback)
Gets the WorkbookTableSort from the service
|
WorkbookTableSort |
patch(WorkbookTableSort sourceWorkbookTableSort)
Patches this WorkbookTableSort with a source
|
void |
patch(WorkbookTableSort sourceWorkbookTableSort,
ICallback<WorkbookTableSort> callback)
Patches this WorkbookTableSort with a source
|
WorkbookTableSort |
post(WorkbookTableSort newWorkbookTableSort)
Posts a WorkbookTableSort with a new object
|
void |
post(WorkbookTableSort newWorkbookTableSort,
ICallback<WorkbookTableSort> callback)
Posts a WorkbookTableSort with a new object
|
IWorkbookTableSortRequest |
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<WorkbookTableSort> callback)
callback - the callback to be called after success or failureWorkbookTableSort get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<WorkbookTableSort> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(WorkbookTableSort sourceWorkbookTableSort, ICallback<WorkbookTableSort> callback)
sourceWorkbookTableSort - the source object with updatescallback - the callback to be called after success or failureWorkbookTableSort patch(WorkbookTableSort sourceWorkbookTableSort) throws ClientException
sourceWorkbookTableSort - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(WorkbookTableSort newWorkbookTableSort, ICallback<WorkbookTableSort> callback)
newWorkbookTableSort - the new object to createcallback - the callback to be called after success or failureWorkbookTableSort post(WorkbookTableSort newWorkbookTableSort) throws ClientException
newWorkbookTableSort - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIWorkbookTableSortRequest select(java.lang.String value)
value - the select clauseIWorkbookTableSortRequest expand(java.lang.String value)
value - the expand clause