Uses of Class
org.linuxforhealth.fhir.model.resource.InsurancePlan.Contact
-
Packages that use InsurancePlan.Contact Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of InsurancePlan.Contact in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return InsurancePlan.Contact Modifier and Type Method Description InsurancePlan.Contact
InsurancePlan.Contact.Builder. build()
Build theInsurancePlan.Contact
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type InsurancePlan.Contact Modifier and Type Method Description java.util.List<InsurancePlan.Contact>
InsurancePlan. getContact()
The contact for the health insurance product for a certain purpose.Methods in org.linuxforhealth.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)
protected void
InsurancePlan.Contact.Builder. validate(InsurancePlan.Contact contact)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type InsurancePlan.Contact Modifier and Type Method Description InsurancePlan.Builder
InsurancePlan.Builder. contact(java.util.Collection<InsurancePlan.Contact> contact)
The contact for the health insurance product for a certain purpose.
-