Uses of Class
org.gbif.api.model.common.Identifier
-
Packages that use Identifier Package Description org.gbif.api.model.checklistbank org.gbif.api.model.occurrence -
-
Uses of Identifier in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type Identifier Modifier and Type Method Description @NotNull List<Identifier>
NameUsageContainer. getIdentifierByType(IdentifierType type)
@NotNull List<Identifier>
NameUsageContainer. getIdentifiers()
Method parameters in org.gbif.api.model.checklistbank with type arguments of type Identifier Modifier and Type Method Description void
NameUsageContainer. setIdentifiers(List<Identifier> identifiers)
-
Uses of Identifier in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return types with arguments of type Identifier Modifier and Type Method Description @NotNull List<Identifier>
Occurrence. getIdentifiers()
Method parameters in org.gbif.api.model.occurrence with type arguments of type Identifier Modifier and Type Method Description void
Occurrence. setIdentifiers(List<Identifier> identifiers)
-