ServiceCostLineItemsOperations Class

Implements

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

Constructor Description
ServiceCostLineItemsOperations(IPartner rootPartnerOperations, Tuple<String,String> context)

Initializes a new instance of the ServiceCostLineItemsOperations class.

Method Summary

Modifier and Type Method and Description
ResourceCollection<ServiceCostLineItem> get()

Retrieves a customer's service cost line items.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

ServiceCostLineItemsOperations

public ServiceCostLineItemsOperations(IPartner rootPartnerOperations, Tuple 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

public ResourceCollection get()

Retrieves a customer's service cost line items.

Returns:

The service cost line items.

Applies to