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