CustomerSubscribedSkuCollectionOperations Class

Implements

public class CustomerSubscribedSkuCollectionOperations extends BasePartnerComponent<String> implements ICustomerSubscribedSkuCollection

Constructor Summary

Constructor Description
CustomerSubscribedSkuCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerSubscribedSkuCollectionOperations class.

Method Summary

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

Retrieves all the customer subscribed products.

ResourceCollection<SubscribedSku> get(List<LicenseGroupId> licenseGroupIds)

Retrieves all the customer subscribed products.

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

CustomerSubscribedSkuCollectionOperations

public CustomerSubscribedSkuCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerSubscribedSkuCollectionOperations class.

Parameters:

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

Method Details

get

public ResourceCollection get()

Retrieves all the customer subscribed products.

Returns:

All the customer subscribed products.

get

public ResourceCollection get(List licenseGroupIds)

Retrieves all the customer subscribed products.

Parameters:

licenseGroupIds - group identifiers.

Returns:

All the customer subscribed products.

Applies to