public interface ISubscriptionCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ISubscriptionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISubscriptionCollectionPage |
get() |
void |
get(ICallback<ISubscriptionCollectionPage> callback) |
Subscription |
post(Subscription newSubscription) |
void |
post(Subscription newSubscription,
ICallback<Subscription> callback) |
ISubscriptionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISubscriptionCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ISubscriptionCollectionPage> callback)
ISubscriptionCollectionPage get() throws ClientException
ClientExceptionvoid post(Subscription newSubscription, ICallback<Subscription> callback)
Subscription post(Subscription newSubscription) throws ClientException
ClientExceptionISubscriptionCollectionRequest expand(java.lang.String value)
value - the expand clauseISubscriptionCollectionRequest select(java.lang.String value)
value - the select clauseISubscriptionCollectionRequest top(int value)
value - the max number of items to return