SubscriptionMonthlyUsageRecordCollectionOperations Class

Implements

public class SubscriptionMonthlyUsageRecordCollectionOperations extends BasePartnerComponentString implements ISubscriptionMonthlyUsageRecordCollection

Implements operations related to a single subscription monthly usage records.

Constructor Summary

Constructor Description
SubscriptionMonthlyUsageRecordCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the SubscriptionMonthlyUsageRecordCollectionOperations class.

Method Summary

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

Retrieves the subscription monthly usage records.

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

SubscriptionMonthlyUsageRecordCollectionOperations

public SubscriptionMonthlyUsageRecordCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the SubscriptionMonthlyUsageRecordCollectionOperations class.

Parameters:

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

Method Details

get

public ResourceCollection get()

Retrieves the subscription monthly usage records.

Returns:

Collection of subscription monthly usage records.

Applies to