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.Contact
InsurancePlan.Contact.Builder. build()
Build theInsurancePlan.Contact
Methods 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.Builder
InsurancePlan.Builder. contact(InsurancePlan.Contact... contact)
The contact for the health insurance product for a certain purpose.protected InsurancePlan.Contact.Builder
InsurancePlan.Contact.Builder. from(InsurancePlan.Contact contact)
Method parameters in com.ibm.fhir.model.resource with type arguments of type InsurancePlan.Contact Modifier and Type Method Description InsurancePlan.Builder
InsurancePlan.Builder. contact(Collection<InsurancePlan.Contact> contact)
The contact for the health insurance product for a certain purpose.
-