public interface IWorkbookChartAxesRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super WorkbookChartAxes> callback)
Delete this item from the service
|
IWorkbookChartAxesRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookChartAxes |
get()
Gets the WorkbookChartAxes from the service
|
void |
get(ICallback<? super WorkbookChartAxes> callback)
Gets the WorkbookChartAxes from the service
|
WorkbookChartAxes |
patch(WorkbookChartAxes sourceWorkbookChartAxes)
Patches this WorkbookChartAxes with a source
|
void |
patch(WorkbookChartAxes sourceWorkbookChartAxes,
ICallback<? super WorkbookChartAxes> callback)
Patches this WorkbookChartAxes with a source
|
WorkbookChartAxes |
post(WorkbookChartAxes newWorkbookChartAxes)
Posts a WorkbookChartAxes with a new object
|
void |
post(WorkbookChartAxes newWorkbookChartAxes,
ICallback<? super WorkbookChartAxes> callback)
Posts a WorkbookChartAxes with a new object
|
WorkbookChartAxes |
put(WorkbookChartAxes newWorkbookChartAxes)
Posts a WorkbookChartAxes with a new object
|
void |
put(WorkbookChartAxes newWorkbookChartAxes,
ICallback<? super WorkbookChartAxes> callback)
Posts a WorkbookChartAxes with a new object
|
IWorkbookChartAxesRequest |
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 get(ICallback<? super WorkbookChartAxes> callback)
callback - the callback to be called after success or failureWorkbookChartAxes get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super WorkbookChartAxes> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(WorkbookChartAxes sourceWorkbookChartAxes, ICallback<? super WorkbookChartAxes> callback)
sourceWorkbookChartAxes - the source object with updatescallback - the callback to be called after success or failureWorkbookChartAxes patch(WorkbookChartAxes sourceWorkbookChartAxes) throws ClientException
sourceWorkbookChartAxes - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(WorkbookChartAxes newWorkbookChartAxes, ICallback<? super WorkbookChartAxes> callback)
newWorkbookChartAxes - the new object to createcallback - the callback to be called after success or failureWorkbookChartAxes post(WorkbookChartAxes newWorkbookChartAxes) throws ClientException
newWorkbookChartAxes - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(WorkbookChartAxes newWorkbookChartAxes, ICallback<? super WorkbookChartAxes> callback)
newWorkbookChartAxes - the object to create/updatecallback - the callback to be called after success or failureWorkbookChartAxes put(WorkbookChartAxes newWorkbookChartAxes) throws ClientException
newWorkbookChartAxes - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIWorkbookChartAxesRequest select(java.lang.String value)
value - the select clauseIWorkbookChartAxesRequest expand(java.lang.String value)
value - the expand clause