public class EventDeltaCollectionRequest extends BaseCollectionRequest<EventDeltaCollectionResponse,IEventDeltaCollectionPage> implements IEventDeltaCollectionRequest
Constructor and Description |
---|
EventDeltaCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this EventDelta
|
Modifier and Type | Method and Description |
---|---|
IEventDeltaCollectionPage |
buildFromResponse(EventDeltaCollectionResponse response) |
IEventDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEventDeltaCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IEventDeltaCollectionPage |
get() |
void |
get(ICallback<? super IEventDeltaCollectionPage> callback) |
IEventDeltaCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IEventDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEventDeltaCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public EventDeltaCollectionRequest(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 IEventDeltaCollectionPage> callback)
get
in interface IEventDeltaCollectionRequest
public IEventDeltaCollectionPage get() throws ClientException
get
in interface IEventDeltaCollectionRequest
ClientException
public IEventDeltaCollectionPage buildFromResponse(EventDeltaCollectionResponse response)
public IEventDeltaCollectionRequest select(java.lang.String value)
select
in interface IEventDeltaCollectionRequest
value
- the select clausepublic IEventDeltaCollectionRequest top(int value)
top
in interface IEventDeltaCollectionRequest
value
- the max number of items to returnpublic IEventDeltaCollectionRequest expand(java.lang.String value)
expand
in interface IEventDeltaCollectionRequest
value
- the expand clausepublic IEventDeltaCollectionRequest filter(java.lang.String value)
value
- the filter clausepublic IEventDeltaCollectionRequest orderBy(java.lang.String value)
value
- the order by clause