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 OriginNameUsage.getOrigin()Deprecated.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) intDatasetMetrics.getCountByOrigin(Origin origin) Get the metrics by name usage origin.voidDeprecated.Method parameters in org.gbif.api.model.checklistbank with type arguments of type OriginModifier and TypeMethodDescriptionvoidDatasetMetrics.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 TypeMethodDescriptionvoidNameUsageSearchRequest.addOriginFilter(Origin origin) void -
Uses of Origin in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return OriginModifier and TypeMethodDescriptionstatic OriginOrigin.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 OriginReturns 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.