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