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._FinalStageaddAllItems(java.util.List<OrderDraftExpanded> items)OrderDraftExpandedListRes._FinalStageaddItems(OrderDraftExpanded items)OrderDraftExpandedListResbuild()OrderDraftExpandedListRes.Builderfrom(OrderDraftExpandedListRes other)OrderDraftExpandedListRes._FinalStageitems(java.util.List<OrderDraftExpanded> items)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
-
addAllItems
public OrderDraftExpandedListRes._FinalStage addAllItems(java.util.List<OrderDraftExpanded> items)
- Specified by:
addAllItemsin interfaceOrderDraftExpandedListRes._FinalStage
-
addItems
public OrderDraftExpandedListRes._FinalStage addItems(OrderDraftExpanded items)
- Specified by:
addItemsin interfaceOrderDraftExpandedListRes._FinalStage
-
items
public OrderDraftExpandedListRes._FinalStage items(java.util.List<OrderDraftExpanded> items)
- Specified by:
itemsin interfaceOrderDraftExpandedListRes._FinalStage
-
build
public OrderDraftExpandedListRes build()
- Specified by:
buildin interfaceOrderDraftExpandedListRes._FinalStage
-
-