CustomerLicensesAnalyticsCollectionOperations Class

Implements

public class CustomerLicensesAnalyticsCollectionOperations extends BasePartnerComponentString implements ICustomerLicensesAnalyticsCollection

Implements the operations on a customer licenses analytics collection.

Constructor Summary

Constructor Description
CustomerLicensesAnalyticsCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerLicensesAnalyticsCollectionOperations class.

Method Summary

Modifier and Type Method and Description
ICustomerLicensesDeploymentInsightsCollection getDeployment()

Gets the customer level licenses deployment analytics.

ICustomerLicensesUsageInsightsCollection getUsage()

Gets the customer level licenses usage analytics.

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

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

public ICustomerLicensesDeploymentInsightsCollection getDeployment()

Gets the customer level licenses deployment analytics.

Returns:

The customer level licenses deployment analytics

getUsage

public ICustomerLicensesUsageInsightsCollection getUsage()

Gets the customer level licenses usage analytics.

Returns:

The customer level licenses usage analytics.

Applies to