Uses of Class
com.ibm.fhir.model.resource.InsurancePlan.Plan
-
Packages that use InsurancePlan.Plan Package Description com.ibm.fhir.model.resource -
-
Uses of InsurancePlan.Plan in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return InsurancePlan.Plan Modifier and Type Method Description InsurancePlan.Plan
InsurancePlan.Plan.Builder. build()
Build theInsurancePlan.Plan
Methods in com.ibm.fhir.model.resource that return types with arguments of type InsurancePlan.Plan Modifier and Type Method Description List<InsurancePlan.Plan>
InsurancePlan. getPlan()
Details about an insurance plan.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type InsurancePlan.Plan Modifier and Type Method Description InsurancePlan.Builder
InsurancePlan.Builder. plan(Collection<InsurancePlan.Plan> plan)
Details about an insurance plan.
-