Class CustomerAnalyticsCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.analytics.CustomerAnalyticsCollectionOperations
- All Implemented Interfaces:
ICustomerAnalyticsCollection,IPartnerComponent<String>,IPartnerComponentString
public class CustomerAnalyticsCollectionOperations extends BasePartnerComponentString implements ICustomerAnalyticsCollection
Implements the operations on a Customer analytics collection.
-
Constructor Summary
Constructors Constructor Description CustomerAnalyticsCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerAnalyticsCollectionOperations class. -
Method Summary
Modifier and Type Method Description ICustomerLicensesAnalyticsCollectiongetLicenses()Gets the customer's licenses analytics collection.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
-
CustomerAnalyticsCollectionOperations
Initializes a new instance of the CustomerAnalyticsCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The identifier of the customer.
-
-
Method Details
-
getLicenses
Gets the customer's licenses analytics collection.- Specified by:
getLicensesin interfaceICustomerAnalyticsCollection- Returns:
- The customer's licenses analytics collection.
-