Uses of Class
org.gbif.api.model.occurrence.AgentIdentifier
-
Packages that use AgentIdentifier Package Description org.gbif.api.model.occurrence -
-
Uses of AgentIdentifier in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return AgentIdentifier Modifier and Type Method Description AgentIdentifier
AgentIdentifier. setType(AgentIdentifierType type)
AgentIdentifier
AgentIdentifier. setValue(String value)
Methods in org.gbif.api.model.occurrence that return types with arguments of type AgentIdentifier Modifier and Type Method Description @NotNull List<AgentIdentifier>
Occurrence. getIdentifiedByIds()
@NotNull List<AgentIdentifier>
Occurrence. getRecordedByIds()
Method parameters in org.gbif.api.model.occurrence with type arguments of type AgentIdentifier Modifier and Type Method Description void
Occurrence. setIdentifiedByIds(List<AgentIdentifier> identifiedByIds)
void
Occurrence. setRecordedByIds(List<AgentIdentifier> recordedByIds)
-