ISubscriptionAddOnCollection Interface
Implements
IPartnerComponent<Tuple<java.lang.String,java.lang.String>>
IEntireEntityCollectionRetrievalOperations<Subscription,ResourceCollection<Subscription>>
public interface ISubscriptionAddOnCollection extends IPartnerComponent<Tuple<String,String>>, IEntireEntityCollectionRetrievalOperations<Subscription,ResourceCollection<Subscription>>
Defines the behavior for a subscription's add-ons.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Resource |
get()
Retrieves all subscription add-ons. |
Method Details
get
public abstract ResourceCollection
Retrieves all subscription add-ons.
Returns:
The subscription add-ons.