Class ServiceCostSummaryOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.customers.servicecosts.ServiceCostSummaryOperations
- All Implemented Interfaces:
IServiceCostSummary,IEntityGetOperations<ServiceCostsSummary>,IPartnerComponent<Tuple<String,String>>
public class ServiceCostSummaryOperations extends BasePartnerComponent<Tuple<String,String>> implements IServiceCostSummary
This class implements the operations for a customer's service costs summary.
-
Constructor Summary
Constructors Constructor Description ServiceCostSummaryOperations(IPartner rootPartnerOperations, Tuple<String,String> context)Initializes a new instance of the ServiceCostSummaryOperations class. -
Method Summary
Modifier and Type Method Description ServiceCostsSummaryget()Retrieves a customer's service cost line items.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
-
ServiceCostSummaryOperations
Initializes a new instance of the ServiceCostSummaryOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.context- The context, including customer id and billing period..
-
-
Method Details
-
get
Retrieves a customer's service cost line items.- Specified by:
getin interfaceIEntityGetOperations<ServiceCostsSummary>- Specified by:
getin interfaceIServiceCostSummary- Returns:
- The service cost line items.
-