PartnerSubscriptionCollectionOperations Class

Implements

public class PartnerSubscriptionCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements IEntireEntityCollectionRetrievalOperations<Subscription,ResourceCollection<Subscription>>

Implements customer subscription operations grouped by a Microsoft partner.

Constructor Summary

Constructor Description
PartnerSubscriptionCollectionOperations(IPartner rootPartnerOperations, String customerId, String partnerId)

Initializes a new instance of the PartnerSubscriptionCollectionOperations class.

Method Summary

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

Gets the subscriptions for the given partner.

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

PartnerSubscriptionCollectionOperations

public PartnerSubscriptionCollectionOperations(IPartner rootPartnerOperations, String customerId, String partnerId)

Initializes a new instance of the PartnerSubscriptionCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The customer identifier.
partnerId - The partner identifier.

Method Details

get

public ResourceCollection get()

Gets the subscriptions for the given partner.

Returns:

The partner subscriptions.

Applies to