public class WorkbookChartPointRequest extends BaseRequest implements IWorkbookChartPointRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookChartPointRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the WorkbookChartPoint
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super WorkbookChartPoint> callback)
Delete this item from the service
|
IWorkbookChartPointRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookChartPoint |
get()
Gets the WorkbookChartPoint from the service
|
void |
get(ICallback<? super WorkbookChartPoint> callback)
Gets the WorkbookChartPoint from the service
|
WorkbookChartPoint |
patch(WorkbookChartPoint sourceWorkbookChartPoint)
Patches this WorkbookChartPoint with a source
|
void |
patch(WorkbookChartPoint sourceWorkbookChartPoint,
ICallback<? super WorkbookChartPoint> callback)
Patches this WorkbookChartPoint with a source
|
WorkbookChartPoint |
post(WorkbookChartPoint newWorkbookChartPoint)
Creates a WorkbookChartPoint with a new object
|
void |
post(WorkbookChartPoint newWorkbookChartPoint,
ICallback<? super WorkbookChartPoint> callback)
Creates a WorkbookChartPoint with a new object
|
WorkbookChartPoint |
put(WorkbookChartPoint newWorkbookChartPoint)
Creates a WorkbookChartPoint with a new object
|
void |
put(WorkbookChartPoint newWorkbookChartPoint,
ICallback<? super WorkbookChartPoint> callback)
Creates a WorkbookChartPoint with a new object
|
IWorkbookChartPointRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic WorkbookChartPointRequest(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 get(ICallback<? super WorkbookChartPoint> callback)
get in interface IWorkbookChartPointRequestcallback - the callback to be called after success or failurepublic WorkbookChartPoint get() throws ClientException
get in interface IWorkbookChartPointRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super WorkbookChartPoint> callback)
delete in interface IWorkbookChartPointRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IWorkbookChartPointRequestClientException - if there was an exception during the delete operationpublic void patch(WorkbookChartPoint sourceWorkbookChartPoint, ICallback<? super WorkbookChartPoint> callback)
patch in interface IWorkbookChartPointRequestsourceWorkbookChartPoint - the source object with updatescallback - the callback to be called after success or failurepublic WorkbookChartPoint patch(WorkbookChartPoint sourceWorkbookChartPoint) throws ClientException
patch in interface IWorkbookChartPointRequestsourceWorkbookChartPoint - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(WorkbookChartPoint newWorkbookChartPoint, ICallback<? super WorkbookChartPoint> callback)
post in interface IWorkbookChartPointRequestnewWorkbookChartPoint - the new object to createcallback - the callback to be called after success or failurepublic WorkbookChartPoint post(WorkbookChartPoint newWorkbookChartPoint) throws ClientException
post in interface IWorkbookChartPointRequestnewWorkbookChartPoint - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(WorkbookChartPoint newWorkbookChartPoint, ICallback<? super WorkbookChartPoint> callback)
put in interface IWorkbookChartPointRequestnewWorkbookChartPoint - the object to create/updatecallback - the callback to be called after success or failurepublic WorkbookChartPoint put(WorkbookChartPoint newWorkbookChartPoint) throws ClientException
put in interface IWorkbookChartPointRequestnewWorkbookChartPoint - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IWorkbookChartPointRequest select(java.lang.String value)
select in interface IWorkbookChartPointRequestvalue - the select clausepublic IWorkbookChartPointRequest expand(java.lang.String value)
expand in interface IWorkbookChartPointRequestvalue - the expand clause