Class CustomerUsageRecordCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.usage.CustomerUsageRecordCollectionOperations
- All Implemented Interfaces:
IEntireEntityCollectionRetrievalOperations<CustomerMonthlyUsageRecord,ResourceCollection<CustomerMonthlyUsageRecord>>,IPartnerComponent<String>,IPartnerComponentString,ICustomerUsageRecordCollection
public class CustomerUsageRecordCollectionOperations extends BasePartnerComponentString implements ICustomerUsageRecordCollection
Implements operations related to a partner's customers usage record.
-
Constructor Summary
Constructors Constructor Description CustomerUsageRecordCollectionOperations(IPartner rootPartnerOperations)Initializes a new instance of the CustomerUsageRecordCollectionOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<CustomerMonthlyUsageRecord>get()Retrieves the collection of customer monthly usage records for a partner.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
CustomerUsageRecordCollectionOperations
Initializes a new instance of the CustomerUsageRecordCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
get
Retrieves the collection of customer monthly usage records for a partner.- Specified by:
getin interfaceICustomerUsageRecordCollection- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<CustomerMonthlyUsageRecord,ResourceCollection<CustomerMonthlyUsageRecord>>- Returns:
- The collection of customer monthly usage records.
-