IServiceCostLineItemsCollection Interface

Implements

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 and Description
abstract ResourceCollection<ServiceCostLineItem> get()

Retrieves a customer's service cost line items.

Method Details

get

public abstract ResourceCollection get()

Retrieves a customer's service cost line items.

Returns:

The service cost line items.

Applies to