Interface ISubscriptionAddOnCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<Subscription,ResourceCollection<Subscription>>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
SubscriptionAddOnCollectionOperations
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 Description ResourceCollection<Subscription>get()Retrieves all subscription add-ons.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<Subscription> get()Retrieves all subscription add-ons.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<Subscription,ResourceCollection<Subscription>>- Returns:
- The subscription add-ons.
-