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