Class SubscriptionMonthlyUsageRecordCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.usage.SubscriptionMonthlyUsageRecordCollectionOperations
- All Implemented Interfaces:
IEntireEntityCollectionRetrievalOperations<SubscriptionMonthlyUsageRecord,ResourceCollection<SubscriptionMonthlyUsageRecord>>,IPartnerComponent<String>,IPartnerComponentString,ISubscriptionMonthlyUsageRecordCollection
public class SubscriptionMonthlyUsageRecordCollectionOperations extends BasePartnerComponentString implements ISubscriptionMonthlyUsageRecordCollection
Implements operations related to a single subscription monthly usage records.
-
Constructor Summary
Constructors Constructor Description SubscriptionMonthlyUsageRecordCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the SubscriptionMonthlyUsageRecordCollectionOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<SubscriptionMonthlyUsageRecord>get()Retrieves the subscription monthly usage records.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
-
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
Retrieves the subscription monthly usage records.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<SubscriptionMonthlyUsageRecord,ResourceCollection<SubscriptionMonthlyUsageRecord>>- Specified by:
getin interfaceISubscriptionMonthlyUsageRecordCollection- Returns:
- Collection of subscription monthly usage records.
-