PartnerLicensesAnalyticsCollectionOperations Class

Implements

public class PartnerLicensesAnalyticsCollectionOperations extends BasePartnerComponentString implements IPartnerLicensesAnalyticsCollection

Implements the operations on a customer licenses analytics collection.

Constructor Summary

Constructor Description
PartnerLicensesAnalyticsCollectionOperations(IPartner rootPartnerOperations)

Initializes a new instance of the PartnerLicensesAnalyticsCollectionOperations class.

Method Summary

Modifier and Type Method and Description
IPartnerLicensesDeploymentInsightsCollection getDeployment()

Gets the partner's licenses' deployment insights collection operations.

IPartnerLicensesUsageInsightsCollection getUsage()

Gets the partner's licenses' usage insights collection operations.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

PartnerLicensesAnalyticsCollectionOperations

public PartnerLicensesAnalyticsCollectionOperations(IPartner rootPartnerOperations)

Initializes a new instance of the PartnerLicensesAnalyticsCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.

Method Details

getDeployment

public IPartnerLicensesDeploymentInsightsCollection getDeployment()

Gets the partner's licenses' deployment insights collection operations.

Returns:

The partner's licenses' deployment insights collection operations.

getUsage

public IPartnerLicensesUsageInsightsCollection getUsage()

Gets the partner's licenses' usage insights collection operations.

Returns:

The partner's licenses' usage insights collection operations.

Applies to