Class CustomerSubscribedSkuCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.subscribedskus.CustomerSubscribedSkuCollectionOperations
- All Implemented Interfaces:
IEntireEntityCollectionRetrievalOperations<SubscribedSku,ResourceCollection<SubscribedSku>>,IPartnerComponent<String>,IPartnerComponentString,ICustomerSubscribedSkuCollection
public class CustomerSubscribedSkuCollectionOperations extends BasePartnerComponent<String> implements ICustomerSubscribedSkuCollection
-
Constructor Summary
Constructors Constructor Description CustomerSubscribedSkuCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerSubscribedSkuCollectionOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<SubscribedSku>get()Retrieves all the customer subscribed products.ResourceCollection<SubscribedSku>get(List<LicenseGroupId> licenseGroupIds)Retrieves all the customer subscribed products.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
-
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
Retrieves all the customer subscribed products.- Specified by:
getin interfaceICustomerSubscribedSkuCollection- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<SubscribedSku,ResourceCollection<SubscribedSku>>- Returns:
- All the customer subscribed products.
-
get
Retrieves all the customer subscribed products.- Specified by:
getin interfaceICustomerSubscribedSkuCollection- Parameters:
licenseGroupIds- group identifiers.- Returns:
- All the customer subscribed products.
-