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 booleanContact. lenientEquals(Contact contact)Method parameters in org.gbif.api.model.collections with type arguments of type Contact Modifier and Type Method Description voidCollection. 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 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 intContactService. 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 Contact Modifier and Type Method Description voidContactService. replaceContactPersons(@NotNull UUID entityKey, List<@Valid Contact> newContactPersons)Removes all the contacts from an entity.
-