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.Contact
Organization.Contact.Builder. build()
Build theOrganization.Contact
Methods 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.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 com.ibm.fhir.model.resource with type arguments of type Organization.Contact Modifier and Type Method Description Organization.Builder
Organization.Builder. contact(Collection<Organization.Contact> contact)
Contact for the organization for a certain purpose.
-