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.PlanInsurancePlan.Plan.Builder. build()Build theInsurancePlan.PlanMethods 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.BuilderInsurancePlan.Plan.Builder. from(InsurancePlan.Plan plan)InsurancePlan.BuilderInsurancePlan.Builder. plan(InsurancePlan.Plan... plan)Details about an insurance plan.protected voidInsurancePlan.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.BuilderInsurancePlan.Builder. plan(java.util.Collection<InsurancePlan.Plan> plan)Details about an insurance plan.
-