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