Uses of Class
org.gbif.api.model.checklistbank.Description
-
Packages that use Description Package Description org.gbif.api.model.checklistbank org.gbif.api.model.checklistbank.search org.gbif.api.service.checklistbank -
-
Uses of Description in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type Description Modifier and Type Method Description @NotNull List<Description>
NameUsageContainer. getDescriptions()
Method parameters in org.gbif.api.model.checklistbank with type arguments of type Description Modifier and Type Method Description void
NameUsageContainer. setDescriptions(List<Description> descriptions)
-
Uses of Description in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search that return types with arguments of type Description Modifier and Type Method Description @NotNull List<Description>
NameUsageSearchResult. getDescriptions()
Method parameters in org.gbif.api.model.checklistbank.search with type arguments of type Description Modifier and Type Method Description void
NameUsageSearchResult. setDescriptions(List<Description> descriptions)
-
Uses of Description in org.gbif.api.service.checklistbank
Methods in org.gbif.api.service.checklistbank that return Description Modifier and Type Method Description Description
DescriptionService. get(int key)
Retrieve a description by its key.
-