Class OrderLineItemCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.orders.OrderLineItemCollectionOperations
- All Implemented Interfaces:
IEntitySelector<Integer,IOrderLineItem>,IPartnerComponent<Tuple<String,String>>,IOrderLineItemCollection
public class OrderLineItemCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements IOrderLineItemCollection
Implements the order collection operations.
-
Constructor Summary
Constructors Constructor Description OrderLineItemCollectionOperations(IPartner rootPartnerOperations, String customerId, String orderId)Initializes a new instance of the OrderLineItemCollectionOperations class. -
Method Summary
Modifier and Type Method Description IOrderLineItembyId(Integer id)Gets the available order line item operations.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
-
OrderLineItemCollectionOperations
public OrderLineItemCollectionOperations(IPartner rootPartnerOperations, String customerId, String orderId)Initializes a new instance of the OrderLineItemCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The customer identifier.orderId- The order identifier.
-
-
Method Details
-
byId
Gets the available order line item operations.- Specified by:
byIdin interfaceIEntitySelector<Integer,IOrderLineItem>- Parameters:
id- The entity's identifier.- Returns:
- The available order line item operations.
-