SubscriptionAddOnCollectionOperations Class

Implements

public class SubscriptionAddOnCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements ISubscriptionAddOnCollection

Implements operations related to a single subscription add-ons.

Constructor Summary

Constructor Description
SubscriptionAddOnCollectionOperations(IPartner rootPartnerOperations, String customerId, String subscriptionId)

Initializes a new instance of the SubscriptionAddOnCollectionOperations class.

Method Summary

Modifier and Type Method and Description
ResourceCollection<Subscription> get()

Retrieves the add-on subscriptions.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

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

public ResourceCollection get()

Retrieves the add-on subscriptions.

Returns:

Collection of add-on subscriptions.

Applies to