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.LimitInsurancePlan.Coverage.Benefit.Limit.Builder. build()Build theInsurancePlan.Coverage.Benefit.LimitMethods in com.ibm.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 com.ibm.fhir.model.resource with parameters of type InsurancePlan.Coverage.Benefit.Limit Modifier and Type Method Description protected InsurancePlan.Coverage.Benefit.Limit.BuilderInsurancePlan.Coverage.Benefit.Limit.Builder. from(InsurancePlan.Coverage.Benefit.Limit limit)InsurancePlan.Coverage.Benefit.BuilderInsurancePlan.Coverage.Benefit.Builder. limit(InsurancePlan.Coverage.Benefit.Limit... limit)The specific limits on the benefit.protected voidInsurancePlan.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.BuilderInsurancePlan.Coverage.Benefit.Builder. limit(java.util.Collection<InsurancePlan.Coverage.Benefit.Limit> limit)The specific limits on the benefit.
-