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