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