Uses of Class
com.ibm.fhir.model.resource.InsurancePlan.Coverage
-
Packages that use InsurancePlan.Coverage Package Description com.ibm.fhir.model.resource -
-
Uses of InsurancePlan.Coverage in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return InsurancePlan.Coverage Modifier and Type Method Description InsurancePlan.Coverage
InsurancePlan.Coverage.Builder. build()
Build theInsurancePlan.Coverage
Methods in com.ibm.fhir.model.resource that return types with arguments of type InsurancePlan.Coverage Modifier and Type Method Description List<InsurancePlan.Coverage>
InsurancePlan. getCoverage()
Details about the coverage offered by the insurance product.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type InsurancePlan.Coverage Modifier and Type Method Description InsurancePlan.Builder
InsurancePlan.Builder. coverage(Collection<InsurancePlan.Coverage> coverage)
Details about the coverage offered by the insurance product.
-