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()Deprecated.Methods in org.gbif.api.model.checklistbank with parameters of type NameUsageIssue Modifier and Type Method Description voidNameUsage. 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 NameUsageIssue Modifier and Type Method Description voidDatasetMetrics. 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 NameUsageIssue Modifier and Type Method Description voidNameUsageSearchRequest. 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 NameUsageIssueNameUsageIssue. 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.
-