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