Uses of Class
org.linuxforhealth.fhir.model.resource.InsurancePlan.Coverage.Benefit.Limit
-
Packages that use InsurancePlan.Coverage.Benefit.Limit Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of InsurancePlan.Coverage.Benefit.Limit in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource that return types with arguments of type InsurancePlan.Coverage.Benefit.Limit Modifier and Type Method Description java.util.List<InsurancePlan.Coverage.Benefit.Limit>
InsurancePlan.Coverage.Benefit. getLimit()
The specific limits on the benefit.Methods in org.linuxforhealth.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 org.linuxforhealth.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(java.util.Collection<InsurancePlan.Coverage.Benefit.Limit> limit)
The specific limits on the benefit.
-