Uses of Class
org.gbif.api.model.checklistbank.NameUsage
-
Packages that use NameUsage Package Description org.gbif.api.model.checklistbank -
-
Uses of NameUsage in org.gbif.api.model.checklistbank
Subclasses of NameUsage in org.gbif.api.model.checklistbank Modifier and Type Class Description class
NameUsageContainer
An extension to a NameUsage adding all further properties that are not eagerly loaded.Methods in org.gbif.api.model.checklistbank that return types with arguments of type NameUsage Modifier and Type Method Description @NotNull List<NameUsage>
NameUsageContainer. getCombinations()
List<NameUsage>
NameUsageContainer. getSynonyms()
Method parameters in org.gbif.api.model.checklistbank with type arguments of type NameUsage Modifier and Type Method Description void
NameUsageContainer. setCombinations(List<NameUsage> combinations)
void
NameUsageContainer. setSynonyms(List<NameUsage> synonyms)
Constructors in org.gbif.api.model.checklistbank with parameters of type NameUsage Constructor Description NameUsage(NameUsage other)
Deprecated.NameUsageContainer(NameUsage usage)
Constructs a NameUsageContainer from an existing NameUsage instance.
-