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