public interface ISubscribedSkuCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ISubscribedSkuCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISubscribedSkuCollectionPage |
get() |
void |
get(ICallback<ISubscribedSkuCollectionPage> callback) |
SubscribedSku |
post(SubscribedSku newSubscribedSku) |
void |
post(SubscribedSku newSubscribedSku,
ICallback<SubscribedSku> callback) |
ISubscribedSkuCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISubscribedSkuCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ISubscribedSkuCollectionPage> callback)
ISubscribedSkuCollectionPage get() throws ClientException
ClientExceptionvoid post(SubscribedSku newSubscribedSku, ICallback<SubscribedSku> callback)
SubscribedSku post(SubscribedSku newSubscribedSku) throws ClientException
ClientExceptionISubscribedSkuCollectionRequest expand(java.lang.String value)
value - the expand clauseISubscribedSkuCollectionRequest select(java.lang.String value)
value - the select clauseISubscribedSkuCollectionRequest top(int value)
value - the max number of items to return