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.Coverage
InsurancePlan.Coverage.Builder. build()
Build theInsurancePlan.Coverage
Methods 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.Builder
InsurancePlan.Builder. coverage(InsurancePlan.Coverage... coverage)
Details about the coverage offered by the insurance product.protected InsurancePlan.Coverage.Builder
InsurancePlan.Coverage.Builder. from(InsurancePlan.Coverage coverage)
protected void
InsurancePlan.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.Builder
InsurancePlan.Builder. coverage(java.util.Collection<InsurancePlan.Coverage> coverage)
Details about the coverage offered by the insurance product.
-