Uses of Enum Class
org.gbif.api.vocabulary.Kingdom
Packages that use Kingdom
Package
Description
-
Uses of Kingdom in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type KingdomMethods in org.gbif.api.model.checklistbank with parameters of type KingdomModifier and TypeMethodDescription@javax.validation.constraints.Min(0L) int
DatasetMetrics.getCountByKingdom
(Kingdom kingdom) For an occurrence dataset get the number of records that are interpreted to belong to a certain nub kingdom.Method parameters in org.gbif.api.model.checklistbank with type arguments of type KingdomModifier and TypeMethodDescriptionvoid
DatasetMetrics.setCountByKingdom
(Map<Kingdom, Integer> countByKingdom) -
Uses of Kingdom in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence that return types with arguments of type KingdomModifier and TypeMethodDescriptionOccurrenceDistributionIndexService.getKingdomCounts()
Returns the occurrence records count by kingdom. -
Uses of Kingdom in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return KingdomModifier and TypeMethodDescriptionstatic Kingdom
Kingdom.byNubUsageId
(int usageKey) Deprecated.please use byNubUsageId(int) insteadstatic Kingdom
Kingdom.byNubUsageKey
(int usageKey) Looks up a kingdom by its nub usage key.static Kingdom
Returns the enum constant of this class with the specified name.static Kingdom[]
Kingdom.values()
Returns an array containing the constants of this enum class, in the order they are declared.