Uses of Class
org.gbif.api.vocabulary.NameUsageIssue
-
Packages that use NameUsageIssue Package Description org.gbif.api.model.checklistbank org.gbif.api.model.checklistbank.search org.gbif.api.vocabulary -
-
Uses of NameUsageIssue in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type NameUsageIssue Modifier and Type Method Description @NotNull Map<NameUsageIssue,Integer>
DatasetMetrics. getCountByIssue()
@NotNull Set<NameUsageIssue>
NameUsage. getIssues()
Methods in org.gbif.api.model.checklistbank with parameters of type NameUsageIssue Modifier and Type Method Description void
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 NameUsageIssue Modifier and Type Method Description void
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 NameUsageIssue Modifier and Type Method Description void
NameUsageSearchRequest. addIssueFilter(NameUsageIssue issue)
-
Uses of NameUsageIssue in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return NameUsageIssue Modifier and Type Method Description static NameUsageIssue
NameUsageIssue. valueOf(String name)
Returns the enum constant of this type with the specified name.static NameUsageIssue[]
NameUsageIssue. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-