| Package | Description |
|---|---|
| org.gbif.api.model.collections | |
| org.gbif.api.service.collections |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
Contactable.getContactPersons()
List of associated contacts.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Contact.lenientEquals(Contact contact) |
| Modifier and Type | Method and Description |
|---|---|
void |
Institution.setContactPersons(List<Contact> contactPersons) |
void |
Contactable.setContactPersons(List<Contact> contacts) |
void |
Collection.setContactPersons(List<Contact> contactPersons) |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
ContactService.listContactPersons(@NotNull UUID entityKey)
Lists all the contacts of an entity.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ContactService.addContactPerson(@NotNull UUID entityKey,
@NotNull @Valid Contact contact)
Adds a
Contact contact to an entity. |
void |
ContactService.updateContactPerson(@NotNull UUID entityKey,
@NotNull @Valid Contact contact)
Updates a
Contact contact in an entity. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactService.replaceContactPersons(@NotNull UUID entityKey,
List<Contact> newContactPersons)
Removes all the contacts from an entity.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.