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