Class CustomerUsageSummaryOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.usage.CustomerUsageSummaryOperations
- All Implemented Interfaces:
IEntityGetOperations<CustomerUsageSummary>,IPartnerComponent<String>,IPartnerComponentString,ICustomerUsageSummary
public class CustomerUsageSummaryOperations extends BasePartnerComponentString implements ICustomerUsageSummary
This class implements the operations for a customer's summary of usage-based subscriptions.
-
Constructor Summary
Constructors Constructor Description CustomerUsageSummaryOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerUsageSummaryOperations class. -
Method Summary
Modifier and Type Method Description CustomerUsageSummaryget()Gets the customer usage summary.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
-
CustomerUsageSummaryOperations
Initializes a new instance of the CustomerUsageSummaryOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The customer identifier.
-
-
Method Details
-
get
Gets the customer usage summary.- Specified by:
getin interfaceICustomerUsageSummary- Specified by:
getin interfaceIEntityGetOperations<CustomerUsageSummary>- Returns:
- The customer usage summary.
-