Interface InsurancePlan_Plan_SpecificCostBuilder
-
- All Known Implementing Classes:
InsurancePlan_Plan_SpecificCostBuilder.Impl
public interface InsurancePlan_Plan_SpecificCostBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInsurancePlan_Plan_SpecificCostBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.InsurancePlan$Plan$SpecificCostbuild()static InsurancePlan_Plan_SpecificCostBuilder.Implbuilder(com.babylonhealth.lit.core_java.builders.CodeableConceptBuilder category)static InsurancePlan_Plan_SpecificCostBuilder.Implinit(com.babylonhealth.lit.core.model.CodeableConcept category)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.InsurancePlan$Plan$SpecificCost build()
-
init
static InsurancePlan_Plan_SpecificCostBuilder.Impl init(com.babylonhealth.lit.core.model.CodeableConcept category)
-
builder
static InsurancePlan_Plan_SpecificCostBuilder.Impl builder(com.babylonhealth.lit.core_java.builders.CodeableConceptBuilder category)
-
-