Interface IServiceCostLineItemsCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<ServiceCostLineItem,ResourceCollection<ServiceCostLineItem>>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
ServiceCostLineItemsOperations
public interface IServiceCostLineItemsCollection extends IPartnerComponent<Tuple<String,String>>, IEntireEntityCollectionRetrievalOperations<ServiceCostLineItem,ResourceCollection<ServiceCostLineItem>>
Represents the behavior of the customer service cost line items as a whole.
-
Method Summary
Modifier and Type Method Description ResourceCollection<ServiceCostLineItem>get()Retrieves a customer's service cost line items.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
Retrieves a customer's service cost line items.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<ServiceCostLineItem,ResourceCollection<ServiceCostLineItem>>- Returns:
- The service cost line items.
-