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