Uses of Class
org.linuxforhealth.fhir.model.resource.InsurancePlan.Plan
-
Packages that use InsurancePlan.Plan Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of InsurancePlan.Plan in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return InsurancePlan.Plan Modifier and Type Method Description InsurancePlan.Plan
InsurancePlan.Plan.Builder. build()
Build theInsurancePlan.Plan
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type InsurancePlan.Plan Modifier and Type Method Description java.util.List<InsurancePlan.Plan>
InsurancePlan. getPlan()
Details about an insurance plan.Methods in org.linuxforhealth.fhir.model.resource with parameters of type InsurancePlan.Plan Modifier and Type Method Description protected InsurancePlan.Plan.Builder
InsurancePlan.Plan.Builder. from(InsurancePlan.Plan plan)
InsurancePlan.Builder
InsurancePlan.Builder. plan(InsurancePlan.Plan... plan)
Details about an insurance plan.protected void
InsurancePlan.Plan.Builder. validate(InsurancePlan.Plan plan)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type InsurancePlan.Plan Modifier and Type Method Description InsurancePlan.Builder
InsurancePlan.Builder. plan(java.util.Collection<InsurancePlan.Plan> plan)
Details about an insurance plan.
-