CustomerUsageRecordCollectionOperations Class

Implements

public class CustomerUsageRecordCollectionOperations extends BasePartnerComponentString implements ICustomerUsageRecordCollection

Implements operations related to a partner's customers usage record.

Constructor Summary

Constructor Description
CustomerUsageRecordCollectionOperations(IPartner rootPartnerOperations)

Initializes a new instance of the CustomerUsageRecordCollectionOperations class.

Method Summary

Modifier and Type Method and Description
ResourceCollection<CustomerMonthlyUsageRecord> get()

Retrieves the collection of customer monthly usage records for a partner.

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

CustomerUsageRecordCollectionOperations

public CustomerUsageRecordCollectionOperations(IPartner rootPartnerOperations)

Initializes a new instance of the CustomerUsageRecordCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.

Method Details

get

public ResourceCollection get()

Retrieves the collection of customer monthly usage records for a partner.

Returns:

The collection of customer monthly usage records.

Applies to