Uses of Class
org.gbif.api.vocabulary.ThreatStatus
-
Packages that use ThreatStatus Package Description org.gbif.api.model.checklistbank org.gbif.api.model.checklistbank.search org.gbif.api.vocabulary -
-
Uses of ThreatStatus in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return ThreatStatus Modifier and Type Method Description ThreatStatus
Distribution. 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 ThreatStatus Modifier and Type Method Description @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 Modifier and Type Method Description void
Distribution. setThreatStatus(ThreatStatus 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 ThreatStatus Modifier and Type Method Description List<ThreatStatus>
NameUsageSearchResult. getThreatStatuses()
Methods in org.gbif.api.model.checklistbank.search with parameters of type ThreatStatus Modifier and Type Method Description void
NameUsageSearchRequest. addThreatStatusFilter(ThreatStatus threat)
Method parameters in org.gbif.api.model.checklistbank.search with type arguments of type ThreatStatus Modifier and Type Method Description void
NameUsageSearchResult. setThreatStatuses(List<ThreatStatus> threatStatuses)
-
Uses of ThreatStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return ThreatStatus Modifier and Type Method Description static ThreatStatus
ThreatStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThreatStatus[]
ThreatStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-