OrderOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. orders. OrderOperations
- com.
- com.
Implements
public class OrderOperations extends BasePartnerComponent<Tuple<String,String>> implements IOrder
Order operations implementation class.
Constructor Summary
| Constructor | Description |
|---|---|
| OrderOperations(IPartner rootPartnerOperations, String customerId, String orderId) |
Initializes a new instance of the Order |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Order |
get()
Gets the order information. |
| Order |
get(Boolean includePrice)
Gets the order information. |
|
IOrder |
getOrderLineItems()
Gets line item collection operations. |
|
IOrder |
getProvisioningStatus()
Gets the order provisioning status operations. |
| Order |
patch(Order order)
Updates a customer order. |
Inherited Members
Constructor Details
OrderOperations
public OrderOperations(IPartner rootPartnerOperations, String customerId, String orderId)
Initializes a new instance of the OrderOperations class.
Parameters:
Method Details
get
public Order get()
Gets the order information.
Returns:
get
public Order get(Boolean includePrice)
Gets the order information.
Parameters:
Returns:
getOrderLineItems
public IOrderLineItemCollection getOrderLineItems()
Gets line item collection operations.
Returns:
getProvisioningStatus
public IOrderProvisioningStatus getProvisioningStatus()
Gets the order provisioning status operations.
Returns:
patch
public Order patch(Order order)
Updates a customer order.
Parameters:
Returns: