Class CustomerLicensesAnalyticsCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.analytics.CustomerLicensesAnalyticsCollectionOperations
- All Implemented Interfaces:
ICustomerLicensesAnalyticsCollection,IPartnerComponent<String>,IPartnerComponentString
public class CustomerLicensesAnalyticsCollectionOperations extends BasePartnerComponentString implements ICustomerLicensesAnalyticsCollection
Implements the operations on a customer licenses analytics collection.
-
Constructor Summary
Constructors Constructor Description CustomerLicensesAnalyticsCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerLicensesAnalyticsCollectionOperations class. -
Method Summary
Modifier and Type Method Description ICustomerLicensesDeploymentInsightsCollectiongetDeployment()Gets the customer level licenses deployment analytics.ICustomerLicensesUsageInsightsCollectiongetUsage()Gets the customer level licenses usage analytics.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
-
CustomerLicensesAnalyticsCollectionOperations
public CustomerLicensesAnalyticsCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerLicensesAnalyticsCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The identifier of the customer.
-
-
Method Details
-
getDeployment
Gets the customer level licenses deployment analytics.- Specified by:
getDeploymentin interfaceICustomerLicensesAnalyticsCollection- Returns:
- The customer level licenses deployment analytics
-
getUsage
Gets the customer level licenses usage analytics.- Specified by:
getUsagein interfaceICustomerLicensesAnalyticsCollection- Returns:
- The customer level licenses usage analytics.
-