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