Uses of Class
org.linuxforhealth.fhir.model.resource.Organization.Contact
-
Packages that use Organization.Contact Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Organization.Contact in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Organization.Contact Modifier and Type Method Description Organization.Contact
Organization.Contact.Builder. build()
Build theOrganization.Contact
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Organization.Contact Modifier and Type Method Description java.util.List<Organization.Contact>
Organization. getContact()
Contact for the organization for a certain purpose.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Organization.Contact Modifier and Type Method Description Organization.Builder
Organization.Builder. contact(Organization.Contact... contact)
Contact for the organization for a certain purpose.protected Organization.Contact.Builder
Organization.Contact.Builder. from(Organization.Contact contact)
protected void
Organization.Contact.Builder. validate(Organization.Contact contact)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Organization.Contact Modifier and Type Method Description Organization.Builder
Organization.Builder. contact(java.util.Collection<Organization.Contact> contact)
Contact for the organization for a certain purpose.
-