Uses of Class
org.gbif.api.vocabulary.Language
-
Packages that use Language 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 -
-
Uses of Language in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return Language Modifier and Type Method Description Language
Description. getLanguage()
ISO 639-1 language code used for the description.Language
VernacularName. getLanguage()
ISO 639-1 language code used for the vernacular name value.Methods in org.gbif.api.model.checklistbank that return types with arguments of type Language Modifier and Type Method Description @NotNull Map<Language,Integer>
DatasetMetrics. getCountNamesByLanguage()
Map<Language,Map<String,List<Integer>>>
TableOfContents. getToc()
List<Language>
TableOfContents. listLanguages()
Methods in org.gbif.api.model.checklistbank with parameters of type Language Modifier and Type Method Description void
TableOfContents. addDescription(int key, Language lang, String topic)
@javax.validation.constraints.Min(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
Description. setLanguage(Language language)
void
VernacularName. setLanguage(Language language)
Method parameters in org.gbif.api.model.checklistbank with type arguments of type Language Modifier and Type Method Description void
DatasetMetrics. setCountNamesByLanguage(Map<Language,Integer> countNamesByLanguage)
-
Uses of Language in org.gbif.api.model.metrics.cube
Methods in org.gbif.api.model.metrics.cube with parameters of type Language Modifier and Type Method Description ReadBuilder
ReadBuilder. at(Dimension<Language> dim, Language value)
Adds an language type dimension to the address.Method parameters in org.gbif.api.model.metrics.cube with type arguments of type Language Modifier and Type Method Description ReadBuilder
ReadBuilder. at(Dimension<Language> dim, Language value)
Adds an language type dimension to the address. -
Uses of Language in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return Language Modifier and Type Method Description Language
Dataset. getDataLanguage()
@NotNull Language
Dataset. getLanguage()
@NotNull Language
Network. getLanguage()
@NotNull Language
Organization. getLanguage()
Methods in org.gbif.api.model.registry with parameters of type Language Modifier and Type Method Description void
Dataset. setDataLanguage(Language dataLanguage)
void
Dataset. setLanguage(Language language)
Persisted in the database table.void
Network. setLanguage(Language language)
void
Organization. setLanguage(Language language)
-
Uses of Language in org.gbif.api.vocabulary
Fields in org.gbif.api.vocabulary with type parameters of type Language Modifier and Type Field Description static List<Language>
Language. LANGUAGES
Methods in org.gbif.api.vocabulary that return Language Modifier and Type Method 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.Methods in org.gbif.api.vocabulary with parameters of type Language Modifier and Type Method Description void
Language.IsoKeySerializer. serialize(Language language, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
void
Language.IsoSerializer. serialize(Language value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-