public interface IAlertCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IAlertCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAlertCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAlertCollectionPage |
get() |
void |
get(ICallback<? super IAlertCollectionPage> callback) |
IAlertCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Alert |
post(Alert newAlert) |
void |
post(Alert newAlert,
ICallback<? super Alert> callback) |
IAlertCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAlertCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IAlertCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IAlertCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IAlertCollectionPage> callback)
IAlertCollectionPage get() throws ClientException
ClientExceptionAlert post(Alert newAlert) throws ClientException
ClientExceptionIAlertCollectionRequest expand(java.lang.String value)
value - the expand clauseIAlertCollectionRequest filter(java.lang.String value)
value - the filter clauseIAlertCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIAlertCollectionRequest select(java.lang.String value)
value - the select clauseIAlertCollectionRequest top(int value)
value - the max number of items to returnIAlertCollectionRequest skip(int value)
value - of the number of items to skipIAlertCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination