Uses of Class
com.ibm.fhir.model.resource.InsurancePlan.Contact
-
Packages that use InsurancePlan.Contact Package Description com.ibm.fhir.model.resource -
-
Uses of InsurancePlan.Contact in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return InsurancePlan.Contact Modifier and Type Method Description InsurancePlan.ContactInsurancePlan.Contact.Builder. build()Build theInsurancePlan.ContactMethods in com.ibm.fhir.model.resource that return types with arguments of type InsurancePlan.Contact Modifier and Type Method Description List<InsurancePlan.Contact>InsurancePlan. getContact()The contact for the health insurance product for a certain purpose.Methods in com.ibm.fhir.model.resource with parameters of type InsurancePlan.Contact Modifier and Type Method Description InsurancePlan.BuilderInsurancePlan.Builder. contact(InsurancePlan.Contact... contact)The contact for the health insurance product for a certain purpose.protected InsurancePlan.Contact.BuilderInsurancePlan.Contact.Builder. from(InsurancePlan.Contact contact)protected voidInsurancePlan.Contact.Builder. validate(InsurancePlan.Contact contact)Method parameters in com.ibm.fhir.model.resource with type arguments of type InsurancePlan.Contact Modifier and Type Method Description InsurancePlan.BuilderInsurancePlan.Builder. contact(Collection<InsurancePlan.Contact> contact)The contact for the health insurance product for a certain purpose.
-