public interface ISubscriptionCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ISubscriptionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISubscriptionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISubscriptionCollectionPage |
get() |
void |
get(ICallback<? super ISubscriptionCollectionPage> callback) |
ISubscriptionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Subscription |
post(Subscription newSubscription) |
void |
post(Subscription newSubscription,
ICallback<? super Subscription> callback) |
ISubscriptionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISubscriptionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISubscriptionCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ISubscriptionCollectionRequest |
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 ISubscriptionCollectionPage> callback)
ISubscriptionCollectionPage get() throws ClientException
ClientExceptionvoid post(Subscription newSubscription, ICallback<? super Subscription> callback)
Subscription post(Subscription newSubscription) throws ClientException
ClientExceptionISubscriptionCollectionRequest expand(java.lang.String value)
value - the expand clauseISubscriptionCollectionRequest filter(java.lang.String value)
value - the filter clauseISubscriptionCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISubscriptionCollectionRequest select(java.lang.String value)
value - the select clauseISubscriptionCollectionRequest top(int value)
value - the max number of items to returnISubscriptionCollectionRequest skip(int value)
value - of the number of items to skipISubscriptionCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination