Package com.chrt.api.types
Class OrdersExpandedListRes.Builder
- java.lang.Object
-
- com.chrt.api.types.OrdersExpandedListRes.Builder
-
- All Implemented Interfaces:
OrdersExpandedListRes._FinalStage,OrdersExpandedListRes.TotalCountStage
- Enclosing class:
- OrdersExpandedListRes
public static final class OrdersExpandedListRes.Builder extends java.lang.Object implements OrdersExpandedListRes.TotalCountStage, OrdersExpandedListRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrdersExpandedListRes._FinalStageaddAllItems(java.util.List<OrderExpanded> items)OrdersExpandedListRes._FinalStageaddItems(OrderExpanded items)OrdersExpandedListResbuild()OrdersExpandedListRes.Builderfrom(OrdersExpandedListRes other)OrdersExpandedListRes._FinalStageitems(java.util.List<OrderExpanded> items)OrdersExpandedListRes._FinalStagetotalCount(int totalCount)
-
-
-
Method Detail
-
from
public OrdersExpandedListRes.Builder from(OrdersExpandedListRes other)
- Specified by:
fromin interfaceOrdersExpandedListRes.TotalCountStage
-
totalCount
public OrdersExpandedListRes._FinalStage totalCount(int totalCount)
- Specified by:
totalCountin interfaceOrdersExpandedListRes.TotalCountStage
-
addAllItems
public OrdersExpandedListRes._FinalStage addAllItems(java.util.List<OrderExpanded> items)
- Specified by:
addAllItemsin interfaceOrdersExpandedListRes._FinalStage
-
addItems
public OrdersExpandedListRes._FinalStage addItems(OrderExpanded items)
- Specified by:
addItemsin interfaceOrdersExpandedListRes._FinalStage
-
items
public OrdersExpandedListRes._FinalStage items(java.util.List<OrderExpanded> items)
- Specified by:
itemsin interfaceOrdersExpandedListRes._FinalStage
-
build
public OrdersExpandedListRes build()
- Specified by:
buildin interfaceOrdersExpandedListRes._FinalStage
-
-