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.ContactInsurancePlan.Contact.Builder. build()Build theInsurancePlan.ContactMethods 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.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 org.linuxforhealth.fhir.model.resource with type arguments of type InsurancePlan.Contact Modifier and Type Method Description InsurancePlan.BuilderInsurancePlan.Builder. contact(java.util.Collection<InsurancePlan.Contact> contact)The contact for the health insurance product for a certain purpose.
-