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