Uses of Class
org.gbif.api.vocabulary.Origin
-
Packages that use Origin Package Description org.gbif.api.model.checklistbank org.gbif.api.model.checklistbank.search org.gbif.api.vocabulary -
-
Uses of Origin in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return Origin Modifier and Type Method Description @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 Origin Modifier and Type Method Description @NotNull Map<Origin,Integer>
DatasetMetrics. getCountByOrigin()
Methods in org.gbif.api.model.checklistbank with parameters of type Origin Modifier and Type Method Description @javax.validation.constraints.Min(0L) int
DatasetMetrics. getCountByOrigin(Origin origin)
Get the metrics by name usage origin.void
NameUsage. setOrigin(Origin origin)
Method parameters in org.gbif.api.model.checklistbank with type arguments of type Origin Modifier and Type Method Description void
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 Origin Modifier and Type Method Description Origin
NameUsageSearchResult. getOrigin()
Methods in org.gbif.api.model.checklistbank.search with parameters of type Origin Modifier and Type Method Description void
NameUsageSearchRequest. addOriginFilter(Origin origin)
void
NameUsageSearchResult. setOrigin(Origin origin)
-
Uses of Origin in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return Origin Modifier and Type Method Description static 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
Origin. valueOf(String name)
Returns the enum constant of this type with the specified name.static Origin[]
Origin. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-