CustomerAnalyticsCollectionOperations Class

Implements

public class CustomerAnalyticsCollectionOperations extends BasePartnerComponentString implements ICustomerAnalyticsCollection

Implements the operations on a Customer analytics collection.

Constructor Summary

Constructor Description
CustomerAnalyticsCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerAnalyticsCollectionOperations class.

Method Summary

Modifier and Type Method and Description
ICustomerLicensesAnalyticsCollection getLicenses()

Gets the customer's licenses analytics collection.

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

CustomerAnalyticsCollectionOperations

public CustomerAnalyticsCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerAnalyticsCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The identifier of the customer.

Method Details

getLicenses

public ICustomerLicensesAnalyticsCollection getLicenses()

Gets the customer's licenses analytics collection.

Returns:

The customer's licenses analytics collection.

Applies to