Package com.chrt.api.types
Class AttachBillingLedgerPeriodReq.Builder
- java.lang.Object
-
- com.chrt.api.types.AttachBillingLedgerPeriodReq.Builder
-
- All Implemented Interfaces:
AttachBillingLedgerPeriodReq._FinalStage,AttachBillingLedgerPeriodReq.BillingLedgerPeriodIdStage
- Enclosing class:
- AttachBillingLedgerPeriodReq
public static final class AttachBillingLedgerPeriodReq.Builder extends java.lang.Object implements AttachBillingLedgerPeriodReq.BillingLedgerPeriodIdStage, AttachBillingLedgerPeriodReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachBillingLedgerPeriodReq._FinalStagebillingLedgerPeriodId(java.lang.String billingLedgerPeriodId)AttachBillingLedgerPeriodReqbuild()AttachBillingLedgerPeriodReq.Builderfrom(AttachBillingLedgerPeriodReq other)
-
-
-
Method Detail
-
from
public AttachBillingLedgerPeriodReq.Builder from(AttachBillingLedgerPeriodReq other)
- Specified by:
fromin interfaceAttachBillingLedgerPeriodReq.BillingLedgerPeriodIdStage
-
billingLedgerPeriodId
public AttachBillingLedgerPeriodReq._FinalStage billingLedgerPeriodId(@NotNull java.lang.String billingLedgerPeriodId)
- Specified by:
billingLedgerPeriodIdin interfaceAttachBillingLedgerPeriodReq.BillingLedgerPeriodIdStage
-
build
public AttachBillingLedgerPeriodReq build()
- Specified by:
buildin interfaceAttachBillingLedgerPeriodReq._FinalStage
-
-