Uses of Class
com.oracle.bmc.oda.model.LanguageMapping
-
Packages that use LanguageMapping Package Description com.oracle.bmc.oda.model -
-
Uses of LanguageMapping in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return LanguageMapping Modifier and Type Method Description LanguageMapping
LanguageMapping.Builder. build()
Methods in com.oracle.bmc.oda.model that return types with arguments of type LanguageMapping Modifier and Type Method Description List<LanguageMapping>
EntityActionArgumentNaturalLanguageMapping. getLanguages()
List of natural language mapped values.List<LanguageMapping>
EntityActionNaturalLanguageMapping. getLanguages()
List of natural language mapped values.List<LanguageMapping>
EntityAttributeNaturalLanguageMapping. getLanguages()
List of natural language mapped values.List<LanguageMapping>
EntityNaturalLanguageMapping. getLanguages()
List of natural language mapped values.List<LanguageMapping>
StaticEntityValueNaturalLanguageMapping. getLanguages()
List of natural language mapped values.Methods in com.oracle.bmc.oda.model with parameters of type LanguageMapping Modifier and Type Method Description LanguageMapping.Builder
LanguageMapping.Builder. copy(LanguageMapping model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type LanguageMapping Modifier and Type Method Description EntityActionArgumentNaturalLanguageMapping.Builder
EntityActionArgumentNaturalLanguageMapping.Builder. languages(List<LanguageMapping> languages)
List of natural language mapped values.EntityActionNaturalLanguageMapping.Builder
EntityActionNaturalLanguageMapping.Builder. languages(List<LanguageMapping> languages)
List of natural language mapped values.EntityAttributeNaturalLanguageMapping.Builder
EntityAttributeNaturalLanguageMapping.Builder. languages(List<LanguageMapping> languages)
List of natural language mapped values.EntityNaturalLanguageMapping.Builder
EntityNaturalLanguageMapping.Builder. languages(List<LanguageMapping> languages)
List of natural language mapped values.StaticEntityValueNaturalLanguageMapping.Builder
StaticEntityValueNaturalLanguageMapping.Builder. languages(List<LanguageMapping> languages)
List of natural language mapped values.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type LanguageMapping Constructor Description EntityActionArgumentNaturalLanguageMapping(List<LanguageMapping> languages)
Deprecated.EntityActionNaturalLanguageMapping(List<LanguageMapping> languages)
Deprecated.EntityAttributeNaturalLanguageMapping(List<LanguageMapping> languages)
Deprecated.EntityNaturalLanguageMapping(List<LanguageMapping> languages)
Deprecated.StaticEntityValueNaturalLanguageMapping(List<LanguageMapping> languages)
Deprecated.
-