Uses of Class
com.ibm.fhir.model.resource.InsurancePlan.Coverage.Benefit.Limit
-
Packages that use InsurancePlan.Coverage.Benefit.Limit Package Description com.ibm.fhir.model.resource -
-
Uses of InsurancePlan.Coverage.Benefit.Limit in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return InsurancePlan.Coverage.Benefit.Limit Modifier and Type Method Description InsurancePlan.Coverage.Benefit.Limit
InsurancePlan.Coverage.Benefit.Limit.Builder. build()
Build theInsurancePlan.Coverage.Benefit.Limit
Methods in com.ibm.fhir.model.resource that return types with arguments of type InsurancePlan.Coverage.Benefit.Limit Modifier and Type Method Description List<InsurancePlan.Coverage.Benefit.Limit>
InsurancePlan.Coverage.Benefit. getLimit()
The specific limits on the benefit.Methods in com.ibm.fhir.model.resource with parameters of type InsurancePlan.Coverage.Benefit.Limit Modifier and Type Method Description protected InsurancePlan.Coverage.Benefit.Limit.Builder
InsurancePlan.Coverage.Benefit.Limit.Builder. from(InsurancePlan.Coverage.Benefit.Limit limit)
InsurancePlan.Coverage.Benefit.Builder
InsurancePlan.Coverage.Benefit.Builder. limit(InsurancePlan.Coverage.Benefit.Limit... limit)
The specific limits on the benefit.protected void
InsurancePlan.Coverage.Benefit.Limit.Builder. validate(InsurancePlan.Coverage.Benefit.Limit limit)
Method parameters in com.ibm.fhir.model.resource with type arguments of type InsurancePlan.Coverage.Benefit.Limit Modifier and Type Method Description InsurancePlan.Coverage.Benefit.Builder
InsurancePlan.Coverage.Benefit.Builder. limit(Collection<InsurancePlan.Coverage.Benefit.Limit> limit)
The specific limits on the benefit.
-