Uses of Class
org.gbif.api.model.collections.Contact
Packages that use Contact
-
Uses of Contact in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return types with arguments of type ContactModifier and TypeMethodDescriptionCollection.getContactPersons()
Contactable.getContactPersons()
List of associated contacts.Institution.getContactPersons()
Methods in org.gbif.api.model.collections with parameters of type ContactMethod parameters in org.gbif.api.model.collections with type arguments of type ContactModifier and TypeMethodDescriptionvoid
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 ContactModifier and TypeMethodDescriptionContactService.listContactPersons
(@NotNull UUID entityKey) Lists all the contacts of an entity.Methods in org.gbif.api.service.collections with parameters of type ContactModifier and TypeMethodDescriptionint
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 ContactModifier and TypeMethodDescriptionvoid
ContactService.replaceContactPersons
(@NotNull UUID entityKey, List<@Valid Contact> newContactPersons) Removes all the contacts from an entity.