Uses of Class
com.oracle.bmc.oda.model.EntityAttributeNaturalLanguageMapping
-
Packages that use EntityAttributeNaturalLanguageMapping Package Description com.oracle.bmc.oda.model -
-
Uses of EntityAttributeNaturalLanguageMapping in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return EntityAttributeNaturalLanguageMapping Modifier and Type Method Description EntityAttributeNaturalLanguageMapping
EntityAttributeNaturalLanguageMapping.Builder. build()
EntityAttributeNaturalLanguageMapping
EntityAttribute. getNaturalLanguageMapping()
Methods in com.oracle.bmc.oda.model with parameters of type EntityAttributeNaturalLanguageMapping Modifier and Type Method Description EntityAttributeNaturalLanguageMapping.Builder
EntityAttributeNaturalLanguageMapping.Builder. copy(EntityAttributeNaturalLanguageMapping model)
EntityAttribute.Builder
EntityAttribute.Builder. naturalLanguageMapping(EntityAttributeNaturalLanguageMapping naturalLanguageMapping)
Constructors in com.oracle.bmc.oda.model with parameters of type EntityAttributeNaturalLanguageMapping Constructor Description EntityAttribute(String name, EntityAttributeType type, EntityAttributeNaturalLanguageMapping naturalLanguageMapping, Boolean isMultiValue, Boolean isFuzzyMatch, Boolean isInvertComparisons, TemporalPreference temporalPreference, String entityName)
Deprecated.
-