public interface IEventCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IEventCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEventCollectionPage |
get() |
void |
get(ICallback<IEventCollectionPage> callback) |
Event |
post(Event newEvent) |
void |
post(Event newEvent,
ICallback<Event> callback) |
IEventCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEventCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IEventCollectionPage> callback)
IEventCollectionPage get() throws ClientException
ClientExceptionEvent post(Event newEvent) throws ClientException
ClientExceptionIEventCollectionRequest expand(java.lang.String value)
value - the expand clauseIEventCollectionRequest select(java.lang.String value)
value - the select clauseIEventCollectionRequest top(int value)
value - the max number of items to return