Uses of Class
org.gbif.api.vocabulary.Kingdom
-
Packages that use Kingdom Package Description org.gbif.api.model.checklistbank org.gbif.api.service.occurrence org.gbif.api.vocabulary -
-
Uses of Kingdom in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type Kingdom Modifier and Type Method Description @NotNull Map<Kingdom,Integer>
DatasetMetrics. getCountByKingdom()
Methods in org.gbif.api.model.checklistbank with parameters of type Kingdom Modifier and Type Method Description @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 Kingdom Modifier and Type Method Description void
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 Kingdom Modifier and Type Method Description Map<Kingdom,Long>
OccurrenceDistributionIndexService. getKingdomCounts()
Returns the occurrence records count by kingdom. -
Uses of Kingdom in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return Kingdom Modifier and Type Method Description static 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
Kingdom. valueOf(String name)
Returns the enum constant of this type with the specified name.static Kingdom[]
Kingdom. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-