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.ContactOrganization.Contact.Builder. build()Build theOrganization.ContactMethods 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.BuilderOrganization.Builder. contact(Organization.Contact... contact)Contact for the organization for a certain purpose.protected Organization.Contact.BuilderOrganization.Contact.Builder. from(Organization.Contact contact)protected voidOrganization.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.BuilderOrganization.Builder. contact(java.util.Collection<Organization.Contact> contact)Contact for the organization for a certain purpose.
-