public interface IWorkbookChartPointItemAtRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartPointItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookChartPoint |
get()
Gets the WorkbookChartPoint
|
void |
get(ICallback<WorkbookChartPoint> callback)
Gets the WorkbookChartPoint
|
WorkbookChartPoint |
patch(WorkbookChartPoint srcWorkbookChartPoint)
Patches the WorkbookChartPointItemAt
|
void |
patch(WorkbookChartPoint srcWorkbookChartPoint,
ICallback<WorkbookChartPoint> callback)
Patches the WorkbookChartPointItemAt
|
WorkbookChartPoint |
put(WorkbookChartPoint srcWorkbookChartPoint)
Puts the WorkbookChartPointItemAt
|
void |
put(WorkbookChartPoint srcWorkbookChartPoint,
ICallback<WorkbookChartPoint> callback)
Puts the WorkbookChartPointItemAt
|
IWorkbookChartPointItemAtRequest |
select(java.lang.String value)
Sets the select clause for the request
|
void patch(WorkbookChartPoint srcWorkbookChartPoint, ICallback<WorkbookChartPoint> callback)
srcWorkbookChartPoint - the WorkbookChartPoint with which to PATCHcallback - the callback to be called after success or failureWorkbookChartPoint patch(WorkbookChartPoint srcWorkbookChartPoint) throws ClientException
srcWorkbookChartPoint - the WorkbookChartPoint with which to PATCHClientException - an exception occurs if there was an error while the request was sentvoid put(WorkbookChartPoint srcWorkbookChartPoint, ICallback<WorkbookChartPoint> callback)
srcWorkbookChartPoint - the WorkbookChartPoint to PUTcallback - the callback to be called after success or failureWorkbookChartPoint put(WorkbookChartPoint srcWorkbookChartPoint) throws ClientException
srcWorkbookChartPoint - the WorkbookChartPoint to PUTClientException - an exception occurs if there was an error while the request was sentvoid get(ICallback<WorkbookChartPoint> callback)
callback - the callback to be called after success or failureWorkbookChartPoint get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIWorkbookChartPointItemAtRequest select(java.lang.String value)
value - the select clauseIWorkbookChartPointItemAtRequest expand(java.lang.String value)
value - the expand clause