Uses of Enum Class
org.gbif.api.vocabulary.NameUsageIssue
Packages that use NameUsageIssue
Package
Description
-
Uses of NameUsageIssue in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type NameUsageIssueModifier and TypeMethodDescription@NotNull Map<NameUsageIssue,Integer> DatasetMetrics.getCountByIssue()@NotNull Set<NameUsageIssue>NameUsage.getIssues()Deprecated.Methods in org.gbif.api.model.checklistbank with parameters of type NameUsageIssueModifier and TypeMethodDescriptionvoidNameUsage.addIssue(NameUsageIssue issue) Deprecated.@javax.validation.constraints.Min(0L) intDatasetMetrics.getCountByIssue(NameUsageIssue issue) Get the metrics by name usage issue.Method parameters in org.gbif.api.model.checklistbank with type arguments of type NameUsageIssueModifier and TypeMethodDescriptionvoidDatasetMetrics.setCountByIssue(Map<NameUsageIssue, Integer> countByIssue) voidNameUsage.setIssues(Set<NameUsageIssue> issues) Deprecated. -
Uses of NameUsageIssue in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search with parameters of type NameUsageIssueModifier and TypeMethodDescriptionvoidNameUsageSearchRequest.addIssueFilter(NameUsageIssue issue) -
Uses of NameUsageIssue in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return NameUsageIssueModifier and TypeMethodDescriptionstatic NameUsageIssueReturns the enum constant of this class with the specified name.static NameUsageIssue[]NameUsageIssue.values()Returns an array containing the constants of this enum class, in the order they are declared.