Package com.chrt.api.types
Interface BillingLedgerListRes._FinalStage
-
- All Known Implementing Classes:
BillingLedgerListRes.Builder
- Enclosing class:
- BillingLedgerListRes
public static interface BillingLedgerListRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillingLedgerListRes._FinalStageaddAllItems(java.util.List<BillingLedger1> items)BillingLedgerListRes._FinalStageaddItems(BillingLedger1 items)BillingLedgerListResbuild()BillingLedgerListRes._FinalStageitems(java.util.List<BillingLedger1> items)
-
-
-
Method Detail
-
build
BillingLedgerListRes build()
-
items
BillingLedgerListRes._FinalStage items(java.util.List<BillingLedger1> items)
-
addItems
BillingLedgerListRes._FinalStage addItems(BillingLedger1 items)
-
addAllItems
BillingLedgerListRes._FinalStage addAllItems(java.util.List<BillingLedger1> items)
-
-