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 TypeMethodDescriptionvoidCollection.setContactPersons(List<Contact> contactPersons) voidContactable.setContactPersons(List<Contact> contacts) voidInstitution.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 TypeMethodDescriptionintContactService.addContactPerson(@NotNull UUID entityKey, @NotNull @Valid Contact contact) Adds aContactcontact to an entity.voidContactService.updateContactPerson(@NotNull UUID entityKey, @NotNull @Valid Contact contact) Updates aContactcontact in an entity.Method parameters in org.gbif.api.service.collections with type arguments of type ContactModifier and TypeMethodDescriptionvoidContactService.replaceContactPersons(@NotNull UUID entityKey, List<@Valid Contact> newContactPersons) Removes all the contacts from an entity.