public interface IAlertCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IAlertCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAlertCollectionPage |
get() |
void |
get(ICallback<IAlertCollectionPage> callback) |
Alert |
post(Alert newAlert) |
void |
post(Alert newAlert,
ICallback<Alert> callback) |
IAlertCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAlertCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IAlertCollectionPage> callback)
IAlertCollectionPage get() throws ClientException
ClientExceptionAlert post(Alert newAlert) throws ClientException
ClientExceptionIAlertCollectionRequest expand(java.lang.String value)
value - the expand clauseIAlertCollectionRequest select(java.lang.String value)
value - the select clauseIAlertCollectionRequest top(int value)
value - the max number of items to return