Uses of Class
com.oracle.bmc.oda.model.TemporalPreference
-
Packages that use TemporalPreference Package Description com.oracle.bmc.oda.model -
-
Uses of TemporalPreference in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return TemporalPreference Modifier and Type Method Description static TemporalPreference
TemporalPreference. create(String key)
TemporalPreference
EntityAttribute. getTemporalPreference()
Temporal preference of an attributestatic TemporalPreference
TemporalPreference. valueOf(String name)
Returns the enum constant of this type with the specified name.static TemporalPreference[]
TemporalPreference. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oda.model with parameters of type TemporalPreference Modifier and Type Method Description EntityAttribute.Builder
EntityAttribute.Builder. temporalPreference(TemporalPreference temporalPreference)
Temporal preference of an attributeConstructors in com.oracle.bmc.oda.model with parameters of type TemporalPreference Constructor Description EntityAttribute(String name, EntityAttributeType type, EntityAttributeNaturalLanguageMapping naturalLanguageMapping, Boolean isMultiValue, Boolean isFuzzyMatch, Boolean isInvertComparisons, TemporalPreference temporalPreference, String entityName)
Deprecated.
-