Interface ICustomerUsageSummary
- All Superinterfaces:
IEntityGetOperations<CustomerUsageSummary>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerUsageSummaryOperations
public interface ICustomerUsageSummary extends IPartnerComponentString, IEntityGetOperations<CustomerUsageSummary>
This interface defines the operations available on a customer's usage summary.
-
Method Summary
Modifier and Type Method Description CustomerUsageSummaryget()Retrieves the customer usage summary.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
CustomerUsageSummary get()Retrieves the customer usage summary.- Specified by:
getin interfaceIEntityGetOperations<CustomerUsageSummary>- Returns:
- The customer usage summary.
-