Uses of Class
org.linuxforhealth.fhir.model.resource.InsurancePlan.Plan.SpecificCost.Benefit
-
Packages that use InsurancePlan.Plan.SpecificCost.Benefit Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of InsurancePlan.Plan.SpecificCost.Benefit in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return InsurancePlan.Plan.SpecificCost.Benefit Modifier and Type Method Description InsurancePlan.Plan.SpecificCost.BenefitInsurancePlan.Plan.SpecificCost.Benefit.Builder. build()Build theInsurancePlan.Plan.SpecificCost.BenefitMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type InsurancePlan.Plan.SpecificCost.Benefit Modifier and Type Method Description java.util.List<InsurancePlan.Plan.SpecificCost.Benefit>InsurancePlan.Plan.SpecificCost. getBenefit()List of the specific benefits under this category of benefit.Methods in org.linuxforhealth.fhir.model.resource with parameters of type InsurancePlan.Plan.SpecificCost.Benefit Modifier and Type Method Description InsurancePlan.Plan.SpecificCost.BuilderInsurancePlan.Plan.SpecificCost.Builder. benefit(InsurancePlan.Plan.SpecificCost.Benefit... benefit)List of the specific benefits under this category of benefit.protected InsurancePlan.Plan.SpecificCost.Benefit.BuilderInsurancePlan.Plan.SpecificCost.Benefit.Builder. from(InsurancePlan.Plan.SpecificCost.Benefit benefit)protected voidInsurancePlan.Plan.SpecificCost.Benefit.Builder. validate(InsurancePlan.Plan.SpecificCost.Benefit benefit)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type InsurancePlan.Plan.SpecificCost.Benefit Modifier and Type Method Description InsurancePlan.Plan.SpecificCost.BuilderInsurancePlan.Plan.SpecificCost.Builder. benefit(java.util.Collection<InsurancePlan.Plan.SpecificCost.Benefit> benefit)List of the specific benefits under this category of benefit.
-