Interface ICustomerAnalyticsCollection
- All Superinterfaces:
IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerAnalyticsCollectionOperations
public interface ICustomerAnalyticsCollection extends IPartnerComponentString
Holds operations that apply to customer analytics collection.
-
Method Summary
Modifier and Type Method Description ICustomerLicensesAnalyticsCollectiongetLicenses()Gets the customer's licenses analytics collection.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getLicenses
ICustomerLicensesAnalyticsCollection getLicenses()Gets the customer's licenses analytics collection.- Returns:
- The customer's licenses analytics collection.
-