Uses of Enum Class
org.gbif.api.vocabulary.Origin
Packages that use Origin
Package
Description
-
Uses of Origin in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return OriginModifier and TypeMethodDescription@NotNull Origin
NameUsage.getOrigin()
The origin of this name usage record, i.e.Methods in org.gbif.api.model.checklistbank that return types with arguments of type OriginMethods in org.gbif.api.model.checklistbank with parameters of type OriginModifier and TypeMethodDescription@javax.validation.constraints.Min(0L) int
DatasetMetrics.getCountByOrigin
(Origin origin) Get the metrics by name usage origin.void
Method parameters in org.gbif.api.model.checklistbank with type arguments of type OriginModifier and TypeMethodDescriptionvoid
DatasetMetrics.setCountByOrigin
(Map<Origin, Integer> countByOrigin) -
Uses of Origin in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search that return OriginMethods in org.gbif.api.model.checklistbank.search with parameters of type OriginModifier and TypeMethodDescriptionvoid
NameUsageSearchRequest.addOriginFilter
(Origin origin) void
-
Uses of Origin in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return OriginModifier and TypeMethodDescriptionstatic Origin
Origin.fromString
(String origin) Case-insensitive lookup of an Origin by its name that does not throw an exception but returns null for not found origins.static Origin
Returns the enum constant of this class with the specified name.static Origin[]
Origin.values()
Returns an array containing the constants of this enum class, in the order they are declared.