Class SubscriptionAddOnCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.subscriptions.SubscriptionAddOnCollectionOperations
- All Implemented Interfaces:
IEntireEntityCollectionRetrievalOperations<Subscription,ResourceCollection<Subscription>>,IPartnerComponent<Tuple<String,String>>,ISubscriptionAddOnCollection
public class SubscriptionAddOnCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements ISubscriptionAddOnCollection
Implements operations related to a single subscription add-ons.
-
Constructor Summary
Constructors Constructor Description SubscriptionAddOnCollectionOperations(IPartner rootPartnerOperations, String customerId, String subscriptionId)Initializes a new instance of the SubscriptionAddOnCollectionOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<Subscription>get()Retrieves the add-on subscriptions.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
SubscriptionAddOnCollectionOperations
public SubscriptionAddOnCollectionOperations(IPartner rootPartnerOperations, String customerId, String subscriptionId)Initializes a new instance of the SubscriptionAddOnCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The customer identifier.subscriptionId- The subscription identifier
-
-
Method Details
-
get
Retrieves the add-on subscriptions.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<Subscription,ResourceCollection<Subscription>>- Specified by:
getin interfaceISubscriptionAddOnCollection- Returns:
- Collection of add-on subscriptions.
-