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