Interface ICustomerSubscribedSkuCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<SubscribedSku,ResourceCollection<SubscribedSku>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerSubscribedSkuCollectionOperations
public interface ICustomerSubscribedSkuCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<SubscribedSku,ResourceCollection<SubscribedSku>>
Represents the behavior of the customers users
-
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 interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<SubscribedSku> get()Retrieves all the customer subscribed products.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<SubscribedSku,ResourceCollection<SubscribedSku>>- Returns:
- All the customer subscribed products.
-
get
Retrieves all the customer subscribed products.- Parameters:
licenseGroupIds- group identifiers.- Returns:
- All the customer subscribed products.
-