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