Uses of Class
org.gbif.api.model.checklistbank.Description
Packages that use Description
Package
Description
-
Uses of Description in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type DescriptionModifier and TypeMethodDescription@NotNull List<Description>NameUsageContainer.getDescriptions()Method parameters in org.gbif.api.model.checklistbank with type arguments of type DescriptionModifier and TypeMethodDescriptionvoidNameUsageContainer.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 DescriptionModifier and TypeMethodDescription@NotNull List<Description>NameUsageSearchResult.getDescriptions()Method parameters in org.gbif.api.model.checklistbank.search with type arguments of type DescriptionModifier and TypeMethodDescriptionvoidNameUsageSearchResult.setDescriptions(List<Description> descriptions) -
Uses of Description in org.gbif.api.service.checklistbank
Methods in org.gbif.api.service.checklistbank that return DescriptionModifier and TypeMethodDescriptionDescriptionService.get(int key) Retrieve a description by its key.