Package | Description |
---|---|
org.gbif.api.model.checklistbank | |
org.gbif.api.model.checklistbank.search | |
org.gbif.api.vocabulary |
Modifier and Type | Method and Description |
---|---|
@NotNull Origin |
NameUsage.getOrigin()
The origin of this name usage record, i.e.
|
Modifier and Type | Method and Description |
---|---|
@Min(value=0L) int |
DatasetMetrics.getCountByOrigin(Origin origin)
Get the metrics by name usage origin.
|
void |
NameUsage.setOrigin(Origin origin) |
Modifier and Type | Method and Description |
---|---|
void |
DatasetMetrics.setCountByOrigin(Map<Origin,Integer> countByOrigin) |
Modifier and Type | Method and Description |
---|---|
Origin |
NameUsageSearchResult.getOrigin() |
Modifier and Type | Method and Description |
---|---|
void |
NameUsageSearchRequest.addOriginFilter(Origin origin) |
void |
NameUsageSearchResult.setOrigin(Origin origin) |
Modifier and Type | Method and 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.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.