Interface ICustomerUsageRecordCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<CustomerMonthlyUsageRecord,ResourceCollection<CustomerMonthlyUsageRecord>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerUsageRecordCollectionOperations
public interface ICustomerUsageRecordCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<CustomerMonthlyUsageRecord,ResourceCollection<CustomerMonthlyUsageRecord>>
Defines the behavior of a customer usage record collection operations.
-
Method Summary
Modifier and Type Method Description ResourceCollection<CustomerMonthlyUsageRecord>get()Retrieves all customer usage records.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
Retrieves all customer usage records.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<CustomerMonthlyUsageRecord,ResourceCollection<CustomerMonthlyUsageRecord>>- Returns:
- The customer usage records.
-