Uses of Class
org.gbif.api.model.collections.Contact
-
Packages that use Contact Package Description org.gbif.api.model.collections org.gbif.api.service.collections -
-
Uses of Contact in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return types with arguments of type Contact Modifier and Type Method Description @Valid List<Contact>
Collection. getContactPersons()
List<Contact>
Contactable. getContactPersons()
List of associated contacts.@Valid List<Contact>
Institution. getContactPersons()
Methods in org.gbif.api.model.collections with parameters of type Contact Modifier and Type Method Description boolean
Contact. lenientEquals(Contact contact)
Method parameters in org.gbif.api.model.collections with type arguments of type Contact Modifier and Type Method Description void
Collection. setContactPersons(List<Contact> contactPersons)
void
Contactable. setContactPersons(List<Contact> contacts)
void
Institution. setContactPersons(List<Contact> contactPersons)
-
Uses of Contact in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return types with arguments of type Contact Modifier and Type Method Description List<Contact>
ContactService. listContactPersons(@NotNull UUID entityKey)
Lists all the contacts of an entity.Methods in org.gbif.api.service.collections with parameters of type Contact Modifier and Type Method Description int
ContactService. addContactPerson(@NotNull UUID entityKey, @NotNull @Valid Contact contact)
Adds aContact
contact to an entity.void
ContactService. updateContactPerson(@NotNull UUID entityKey, @NotNull @Valid Contact contact)
Updates aContact
contact in an entity.Method parameters in org.gbif.api.service.collections with type arguments of type Contact Modifier and Type Method Description void
ContactService. replaceContactPersons(@NotNull UUID entityKey, List<@Valid Contact> newContactPersons)
Removes all the contacts from an entity.
-