Uses of Class
org.gbif.api.model.checklistbank.VernacularName
-
Packages that use VernacularName Package Description org.gbif.api.model.checklistbank org.gbif.api.model.checklistbank.search -
-
Uses of VernacularName in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type VernacularName Modifier and Type Method Description @NotNull List<VernacularName>
NameUsageContainer. getVernacularNames()
Method parameters in org.gbif.api.model.checklistbank with type arguments of type VernacularName Modifier and Type Method Description void
NameUsageContainer. setVernacularNames(List<VernacularName> vernacularNames)
-
Uses of VernacularName in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search that return types with arguments of type VernacularName Modifier and Type Method Description @NotNull List<VernacularName>
NameUsageSearchResult. getVernacularNames()
Method parameters in org.gbif.api.model.checklistbank.search with type arguments of type VernacularName Modifier and Type Method Description void
NameUsageSearchResult. setVernacularNames(List<VernacularName> vernacularNames)
-