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) intDatasetMetrics.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 TypeMethodDescriptionvoidDatasetMetrics.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 KingdomKingdom.byNubUsageId(int usageKey) Deprecated.please use byNubUsageId(int) insteadstatic KingdomKingdom.byNubUsageKey(int usageKey) Deprecated.Looks up a kingdom by its nub usage key.static KingdomDeprecated.Returns the enum constant of this class with the specified name.static Kingdom[]Kingdom.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.