Class ServiceCostLineItemsOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.customers.servicecosts.ServiceCostLineItemsOperations
- All Implemented Interfaces:
IServiceCostLineItemsCollection,IEntireEntityCollectionRetrievalOperations<ServiceCostLineItem,ResourceCollection<ServiceCostLineItem>>,IPartnerComponent<Tuple<String,String>>
public class ServiceCostLineItemsOperations extends BasePartnerComponent<Tuple<String,String>> implements IServiceCostLineItemsCollection
Represents the behavior of the customer service cost line items as a whole.
-
Constructor Summary
Constructors Constructor Description ServiceCostLineItemsOperations(IPartner rootPartnerOperations, Tuple<String,String> context)Initializes a new instance of the ServiceCostLineItemsOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<ServiceCostLineItem>get()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
-
ServiceCostLineItemsOperations
public ServiceCostLineItemsOperations(IPartner rootPartnerOperations, Tuple<String,String> context)Initializes a new instance of the ServiceCostLineItemsOperations 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 interfaceIEntireEntityCollectionRetrievalOperations<ServiceCostLineItem,ResourceCollection<ServiceCostLineItem>>- Specified by:
getin interfaceIServiceCostLineItemsCollection- Returns:
- The service cost line items.
-