Uses of Enum Class
org.gbif.api.vocabulary.ThreatStatus
Packages that use ThreatStatus
Package
Description
-
Uses of ThreatStatus in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return ThreatStatusModifier and TypeMethodDescriptionDistribution.getThreatStatus()Threat status of a species as defined by IUCN (http://www.iucnredlist.org/static/categories_criteria_3_1#categories).Methods in org.gbif.api.model.checklistbank that return types with arguments of type ThreatStatusModifier and TypeMethodDescription@NotNull Set<ThreatStatus>NameUsageContainer.getThreatStatus()Convenience method that analyzes all distribution records and returns the distinct list of known threat status.Methods in org.gbif.api.model.checklistbank with parameters of type ThreatStatus -
Uses of ThreatStatus in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search that return types with arguments of type ThreatStatusMethods in org.gbif.api.model.checklistbank.search with parameters of type ThreatStatusModifier and TypeMethodDescriptionvoidNameUsageSearchRequest.addThreatStatusFilter(ThreatStatus threat) Method parameters in org.gbif.api.model.checklistbank.search with type arguments of type ThreatStatusModifier and TypeMethodDescriptionvoidNameUsageSearchResult.setThreatStatuses(List<ThreatStatus> threatStatuses) -
Uses of ThreatStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return ThreatStatusModifier and TypeMethodDescriptionstatic ThreatStatusReturns the enum constant of this class with the specified name.static ThreatStatus[]ThreatStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.