public interface IEventDeltaCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IEventDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEventDeltaCollectionPage |
get() |
void |
get(ICallback<IEventDeltaCollectionPage> callback) |
IEventDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEventDeltaCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IEventDeltaCollectionPage> callback)
IEventDeltaCollectionPage get() throws ClientException
ClientExceptionIEventDeltaCollectionRequest select(java.lang.String value)
value - the select clauseIEventDeltaCollectionRequest expand(java.lang.String value)
value - the expand clauseIEventDeltaCollectionRequest top(int value)
value - the max number of items to return