Uses of Class
org.linuxforhealth.fhir.model.resource.InsurancePlan.Coverage
-
Packages that use InsurancePlan.Coverage Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of InsurancePlan.Coverage in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return InsurancePlan.Coverage Modifier and Type Method Description InsurancePlan.CoverageInsurancePlan.Coverage.Builder. build()Build theInsurancePlan.CoverageMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type InsurancePlan.Coverage Modifier and Type Method Description java.util.List<InsurancePlan.Coverage>InsurancePlan. getCoverage()Details about the coverage offered by the insurance product.Methods in org.linuxforhealth.fhir.model.resource with parameters of type InsurancePlan.Coverage Modifier and Type Method Description InsurancePlan.BuilderInsurancePlan.Builder. coverage(InsurancePlan.Coverage... coverage)Details about the coverage offered by the insurance product.protected InsurancePlan.Coverage.BuilderInsurancePlan.Coverage.Builder. from(InsurancePlan.Coverage coverage)protected voidInsurancePlan.Coverage.Builder. validate(InsurancePlan.Coverage coverage)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type InsurancePlan.Coverage Modifier and Type Method Description InsurancePlan.BuilderInsurancePlan.Builder. coverage(java.util.Collection<InsurancePlan.Coverage> coverage)Details about the coverage offered by the insurance product.
-