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
|
IWorkbookChartPointItemAtRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
WorkbookChartPoint |
get()
Gets the WorkbookChartPoint
|
void |
get(ICallback<? super WorkbookChartPoint> callback)
Gets the WorkbookChartPoint
|
IWorkbookChartPointItemAtRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookChartPoint |
patch(WorkbookChartPoint srcWorkbookChartPoint)
Patches the WorkbookChartPointItemAt
|
void |
patch(WorkbookChartPoint srcWorkbookChartPoint,
ICallback<? super WorkbookChartPoint> callback)
Patches the WorkbookChartPointItemAt
|
WorkbookChartPoint |
put(WorkbookChartPoint srcWorkbookChartPoint)
Puts the WorkbookChartPointItemAt
|
void |
put(WorkbookChartPoint srcWorkbookChartPoint,
ICallback<? super 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, 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 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<? super 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<? super 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<? super 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 clausepublic IWorkbookChartPointItemAtRequest filter(java.lang.String value)
value - the filter clausepublic IWorkbookChartPointItemAtRequest orderBy(java.lang.String value)
value - the order by clause