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