public class WorkbookChartPointItemAtRequest extends BaseRequest implements IWorkbookChartPointItemAtRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookChartPointItemAtRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookChartPointItemAt
|
| 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
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic WorkbookChartPointItemAtRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void patch(WorkbookChartPoint srcWorkbookChartPoint, ICallback<WorkbookChartPoint> callback)
patch in interface IWorkbookChartPointItemAtRequestsrcWorkbookChartPoint - the WorkbookChartPoint with which to PATCHcallback - the callback to be called after success or failurepublic WorkbookChartPoint patch(WorkbookChartPoint srcWorkbookChartPoint) throws ClientException
patch in interface IWorkbookChartPointItemAtRequestsrcWorkbookChartPoint - the WorkbookChartPoint with which to PATCHClientException - an exception occurs if there was an error while the request was sentpublic void put(WorkbookChartPoint srcWorkbookChartPoint, ICallback<WorkbookChartPoint> callback)
put in interface IWorkbookChartPointItemAtRequestsrcWorkbookChartPoint - the WorkbookChartPoint to PUTcallback - the callback to be called after success or failurepublic WorkbookChartPoint put(WorkbookChartPoint srcWorkbookChartPoint) throws ClientException
put in interface IWorkbookChartPointItemAtRequestsrcWorkbookChartPoint - the WorkbookChartPoint to PUTClientException - an exception occurs if there was an error while the request was sentpublic void get(ICallback<WorkbookChartPoint> callback)
get in interface IWorkbookChartPointItemAtRequestcallback - the callback to be called after success or failurepublic WorkbookChartPoint get() throws ClientException
get in interface IWorkbookChartPointItemAtRequestClientException - an exception occurs if there was an error while the request was sentpublic IWorkbookChartPointItemAtRequest select(java.lang.String value)
select in interface IWorkbookChartPointItemAtRequestvalue - the select clausepublic IWorkbookChartPointItemAtRequest expand(java.lang.String value)
expand in interface IWorkbookChartPointItemAtRequestvalue - the expand clause