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