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