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._FinalStageaddAllOrdersExpanded(java.util.List<OrderExpanded> ordersExpanded)OrdersExpandedListRes._FinalStageaddOrdersExpanded(OrderExpanded ordersExpanded)OrdersExpandedListResbuild()OrdersExpandedListRes.Builderfrom(OrdersExpandedListRes other)OrdersExpandedListRes._FinalStageordersExpanded(java.util.List<OrderExpanded> ordersExpanded)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
-
addAllOrdersExpanded
public OrdersExpandedListRes._FinalStage addAllOrdersExpanded(java.util.List<OrderExpanded> ordersExpanded)
- Specified by:
addAllOrdersExpandedin interfaceOrdersExpandedListRes._FinalStage
-
addOrdersExpanded
public OrdersExpandedListRes._FinalStage addOrdersExpanded(OrderExpanded ordersExpanded)
- Specified by:
addOrdersExpandedin interfaceOrdersExpandedListRes._FinalStage
-
ordersExpanded
public OrdersExpandedListRes._FinalStage ordersExpanded(java.util.List<OrderExpanded> ordersExpanded)
- Specified by:
ordersExpandedin interfaceOrdersExpandedListRes._FinalStage
-
build
public OrdersExpandedListRes build()
- Specified by:
buildin interfaceOrdersExpandedListRes._FinalStage
-
-