OrderLineItemCollectionOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. orders. OrderLineItemCollectionOperations
- com.
- com.
Implements
public class OrderLineItemCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements IOrderLineItemCollection
Implements the order collection operations.
Constructor Summary
| Constructor | Description |
|---|---|
| OrderLineItemCollectionOperations(IPartner rootPartnerOperations, String customerId, String orderId) |
Initializes a new instance of the Order |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
IOrder |
byId(Integer id)
Gets the available order line item operations. |
Inherited Members
Constructor Details
OrderLineItemCollectionOperations
public OrderLineItemCollectionOperations(IPartner rootPartnerOperations, String customerId, String orderId)
Initializes a new instance of the OrderLineItemCollectionOperations class.
Parameters:
Method Details
byId
public IOrderLineItem byId(Integer id)
Gets the available order line item operations.
Parameters:
Returns: