Package | Description |
---|---|
org.gbif.api.model.checklistbank | |
org.gbif.api.model.metrics.cube |
Provides the classes necessary to construct read only requests to well defined cubes.
|
org.gbif.api.model.registry | |
org.gbif.api.vocabulary |
Modifier and Type | Method and Description |
---|---|
Language |
VernacularName.getLanguage()
ISO 639-1 language code used for the vernacular name value.
|
Language |
Description.getLanguage()
ISO 639-1 language code used for the description.
|
Modifier and Type | Method and Description |
---|---|
Map<Language,Map<String,List<Integer>>> |
TableOfContents.getToc() |
List<Language> |
TableOfContents.listLanguages() |
Modifier and Type | Method and Description |
---|---|
void |
TableOfContents.addDescription(int key,
Language lang,
String topic) |
@Min(value=0L) int |
DatasetMetrics.getCountNamesByLanguage(Language language)
Number of vernacular names in this checklist dataset by language.
|
Map<String,List<Integer>> |
TableOfContents.listTopicEntries(Language lang) |
void |
VernacularName.setLanguage(Language language) |
void |
Description.setLanguage(Language language) |
Modifier and Type | Method and Description |
---|---|
void |
DatasetMetrics.setCountNamesByLanguage(Map<Language,Integer> countNamesByLanguage) |
Modifier and Type | Method and Description |
---|---|
ReadBuilder |
ReadBuilder.at(Dimension<Language> dim,
Language value)
Adds an language type dimension to the address.
|
Modifier and Type | Method and Description |
---|---|
ReadBuilder |
ReadBuilder.at(Dimension<Language> dim,
Language value)
Adds an language type dimension to the address.
|
Modifier and Type | Method and Description |
---|---|
Language |
Dataset.getDataLanguage() |
@NotNull Language |
Organization.getLanguage() |
@NotNull Language |
Network.getLanguage() |
@NotNull Language |
Dataset.getLanguage() |
Modifier and Type | Method and Description |
---|---|
void |
Dataset.setDataLanguage(Language dataLanguage) |
void |
Organization.setLanguage(Language language) |
void |
Network.setLanguage(Language language) |
void |
Dataset.setLanguage(Language language)
Persisted in the database table.
|
Modifier and Type | Field and Description |
---|---|
static List<Language> |
Language.LANGUAGES |
Modifier and Type | Method and Description |
---|---|
Language |
Language.LenientDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static Language |
Language.fromIsoCode(String code) |
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Language.IsoSerializer.serialize(Language value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
Language.IsoKeySerializer.serialize(Language language,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.