public static interface OrderSummary.Builder extends SdkPojo, CopyableBuilder<OrderSummary.Builder,OrderSummary>
| Modifier and Type | Method and Description |
|---|---|
OrderSummary.Builder |
lineItemCountsByStatus(Map<LineItemStatus,Integer> lineItemCountsByStatus)
The status of all line items in the order.
|
OrderSummary.Builder |
lineItemCountsByStatusWithStrings(Map<String,Integer> lineItemCountsByStatus)
The status of all line items in the order.
|
OrderSummary.Builder |
orderFulfilledDate(Instant orderFulfilledDate)
The fulfilment date for the order.
|
OrderSummary.Builder |
orderId(String orderId)
The ID of the order.
|
OrderSummary.Builder |
orderSubmissionDate(Instant orderSubmissionDate)
The submission date for the order.
|
OrderSummary.Builder |
orderType(OrderType orderType)
The type of order.
|
OrderSummary.Builder |
orderType(String orderType)
The type of order.
|
OrderSummary.Builder |
outpostId(String outpostId)
The ID of the Outpost.
|
OrderSummary.Builder |
status(OrderStatus status)
The status of the order.
|
OrderSummary.Builder |
status(String status)
The status of the order.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrderSummary.Builder outpostId(String outpostId)
The ID of the Outpost.
outpostId - The ID of the Outpost.OrderSummary.Builder orderId(String orderId)
The ID of the order.
orderId - The ID of the order.OrderSummary.Builder orderType(String orderType)
The type of order.
OrderSummary.Builder orderType(OrderType orderType)
The type of order.
OrderSummary.Builder status(String status)
The status of the order.
PREPARING - Order is received and is being prepared.
IN_PROGRESS - Order is either being built, shipped, or installed. For more information, see the
LineItem status.
COMPLETED - Order is complete.
CANCELLED - Order is cancelled.
ERROR - Customer should contact support.
The following statuses are deprecated: RECEIVED, PENDING, PROCESSING,
INSTALLING, and FULFILLED.
status - The status of the order.
PREPARING - Order is received and is being prepared.
IN_PROGRESS - Order is either being built, shipped, or installed. For more information,
see the LineItem status.
COMPLETED - Order is complete.
CANCELLED - Order is cancelled.
ERROR - Customer should contact support.
The following statuses are deprecated: RECEIVED, PENDING,
PROCESSING, INSTALLING, and FULFILLED.
OrderStatus,
OrderStatusOrderSummary.Builder status(OrderStatus status)
The status of the order.
PREPARING - Order is received and is being prepared.
IN_PROGRESS - Order is either being built, shipped, or installed. For more information, see the
LineItem status.
COMPLETED - Order is complete.
CANCELLED - Order is cancelled.
ERROR - Customer should contact support.
The following statuses are deprecated: RECEIVED, PENDING, PROCESSING,
INSTALLING, and FULFILLED.
status - The status of the order.
PREPARING - Order is received and is being prepared.
IN_PROGRESS - Order is either being built, shipped, or installed. For more information,
see the LineItem status.
COMPLETED - Order is complete.
CANCELLED - Order is cancelled.
ERROR - Customer should contact support.
The following statuses are deprecated: RECEIVED, PENDING,
PROCESSING, INSTALLING, and FULFILLED.
OrderStatus,
OrderStatusOrderSummary.Builder lineItemCountsByStatusWithStrings(Map<String,Integer> lineItemCountsByStatus)
The status of all line items in the order.
lineItemCountsByStatus - The status of all line items in the order.OrderSummary.Builder lineItemCountsByStatus(Map<LineItemStatus,Integer> lineItemCountsByStatus)
The status of all line items in the order.
lineItemCountsByStatus - The status of all line items in the order.OrderSummary.Builder orderSubmissionDate(Instant orderSubmissionDate)
The submission date for the order.
orderSubmissionDate - The submission date for the order.OrderSummary.Builder orderFulfilledDate(Instant orderFulfilledDate)
The fulfilment date for the order.
orderFulfilledDate - The fulfilment date for the order.Copyright © 2023. All rights reserved.