Package com.chrt.api.types
Class OrdersExpandedForShipperRes.Builder
- java.lang.Object
-
- com.chrt.api.types.OrdersExpandedForShipperRes.Builder
-
- All Implemented Interfaces:
OrdersExpandedForShipperRes._FinalStage,OrdersExpandedForShipperRes.TotalCountStage
- Enclosing class:
- OrdersExpandedForShipperRes
public static final class OrdersExpandedForShipperRes.Builder extends java.lang.Object implements OrdersExpandedForShipperRes.TotalCountStage, OrdersExpandedForShipperRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrdersExpandedForShipperRes._FinalStageaddAllOrdersExpanded(java.util.List<OrderExpandedForShipper> ordersExpanded)OrdersExpandedForShipperRes._FinalStageaddOrdersExpanded(OrderExpandedForShipper ordersExpanded)OrdersExpandedForShipperResbuild()OrdersExpandedForShipperRes.Builderfrom(OrdersExpandedForShipperRes other)OrdersExpandedForShipperRes._FinalStageordersExpanded(java.util.List<OrderExpandedForShipper> ordersExpanded)OrdersExpandedForShipperRes._FinalStagetotalCount(int totalCount)
-
-
-
Method Detail
-
from
public OrdersExpandedForShipperRes.Builder from(OrdersExpandedForShipperRes other)
- Specified by:
fromin interfaceOrdersExpandedForShipperRes.TotalCountStage
-
totalCount
public OrdersExpandedForShipperRes._FinalStage totalCount(int totalCount)
- Specified by:
totalCountin interfaceOrdersExpandedForShipperRes.TotalCountStage
-
addAllOrdersExpanded
public OrdersExpandedForShipperRes._FinalStage addAllOrdersExpanded(java.util.List<OrderExpandedForShipper> ordersExpanded)
- Specified by:
addAllOrdersExpandedin interfaceOrdersExpandedForShipperRes._FinalStage
-
addOrdersExpanded
public OrdersExpandedForShipperRes._FinalStage addOrdersExpanded(OrderExpandedForShipper ordersExpanded)
- Specified by:
addOrdersExpandedin interfaceOrdersExpandedForShipperRes._FinalStage
-
ordersExpanded
public OrdersExpandedForShipperRes._FinalStage ordersExpanded(java.util.List<OrderExpandedForShipper> ordersExpanded)
- Specified by:
ordersExpandedin interfaceOrdersExpandedForShipperRes._FinalStage
-
build
public OrdersExpandedForShipperRes build()
- Specified by:
buildin interfaceOrdersExpandedForShipperRes._FinalStage
-
-