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()
Methods in org.gbif.api.model.checklistbank with parameters of type NameUsageIssueModifier and TypeMethodDescriptionvoid
NameUsage.addIssue
(NameUsageIssue issue) @javax.validation.constraints.Min(0L) int
DatasetMetrics.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 TypeMethodDescriptionvoid
DatasetMetrics.setCountByIssue
(Map<NameUsageIssue, Integer> countByIssue) void
NameUsage.setIssues
(Set<NameUsageIssue> issues) -
Uses of NameUsageIssue in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search with parameters of type NameUsageIssueModifier and TypeMethodDescriptionvoid
NameUsageSearchRequest.addIssueFilter
(NameUsageIssue issue) -
Uses of NameUsageIssue in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return NameUsageIssueModifier and TypeMethodDescriptionstatic NameUsageIssue
Returns 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.