Uses of Class
com.ibm.fhir.model.resource.InsurancePlan.Plan.GeneralCost
-
Packages that use InsurancePlan.Plan.GeneralCost Package Description com.ibm.fhir.model.resource -
-
Uses of InsurancePlan.Plan.GeneralCost in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return InsurancePlan.Plan.GeneralCost Modifier and Type Method Description InsurancePlan.Plan.GeneralCost
InsurancePlan.Plan.GeneralCost.Builder. build()
Build theInsurancePlan.Plan.GeneralCost
Methods in com.ibm.fhir.model.resource that return types with arguments of type InsurancePlan.Plan.GeneralCost Modifier and Type Method Description List<InsurancePlan.Plan.GeneralCost>
InsurancePlan.Plan. getGeneralCost()
Overall costs associated with the plan.Methods in com.ibm.fhir.model.resource with parameters of type InsurancePlan.Plan.GeneralCost Modifier and Type Method Description protected InsurancePlan.Plan.GeneralCost.Builder
InsurancePlan.Plan.GeneralCost.Builder. from(InsurancePlan.Plan.GeneralCost generalCost)
InsurancePlan.Plan.Builder
InsurancePlan.Plan.Builder. generalCost(InsurancePlan.Plan.GeneralCost... generalCost)
Overall costs associated with the plan.Method parameters in com.ibm.fhir.model.resource with type arguments of type InsurancePlan.Plan.GeneralCost Modifier and Type Method Description InsurancePlan.Plan.Builder
InsurancePlan.Plan.Builder. generalCost(Collection<InsurancePlan.Plan.GeneralCost> generalCost)
Overall costs associated with the plan.
-