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