Uses of Class
org.linuxforhealth.fhir.model.resource.InsurancePlan.Plan.SpecificCost.Benefit.Cost
-
Packages that use InsurancePlan.Plan.SpecificCost.Benefit.Cost Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of InsurancePlan.Plan.SpecificCost.Benefit.Cost in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return InsurancePlan.Plan.SpecificCost.Benefit.Cost Modifier and Type Method Description InsurancePlan.Plan.SpecificCost.Benefit.Cost
InsurancePlan.Plan.SpecificCost.Benefit.Cost.Builder. build()
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type InsurancePlan.Plan.SpecificCost.Benefit.Cost Modifier and Type Method Description java.util.List<InsurancePlan.Plan.SpecificCost.Benefit.Cost>
InsurancePlan.Plan.SpecificCost.Benefit. getCost()
List of the costs associated with a specific benefit.Methods in org.linuxforhealth.fhir.model.resource with parameters of type InsurancePlan.Plan.SpecificCost.Benefit.Cost Modifier and Type Method Description InsurancePlan.Plan.SpecificCost.Benefit.Builder
InsurancePlan.Plan.SpecificCost.Benefit.Builder. cost(InsurancePlan.Plan.SpecificCost.Benefit.Cost... cost)
List of the costs associated with a specific benefit.protected InsurancePlan.Plan.SpecificCost.Benefit.Cost.Builder
InsurancePlan.Plan.SpecificCost.Benefit.Cost.Builder. from(InsurancePlan.Plan.SpecificCost.Benefit.Cost cost)
protected void
InsurancePlan.Plan.SpecificCost.Benefit.Cost.Builder. validate(InsurancePlan.Plan.SpecificCost.Benefit.Cost cost)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type InsurancePlan.Plan.SpecificCost.Benefit.Cost Modifier and Type Method Description InsurancePlan.Plan.SpecificCost.Benefit.Builder
InsurancePlan.Plan.SpecificCost.Benefit.Builder. cost(java.util.Collection<InsurancePlan.Plan.SpecificCost.Benefit.Cost> cost)
List of the costs associated with a specific benefit.
-