Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static TemporalPreference |
TemporalPreference.create(String key) |
TemporalPreference |
EntityAttribute.getTemporalPreference()
Temporal preference of an attribute
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
EntityAttribute.Builder |
EntityAttribute.Builder.temporalPreference(TemporalPreference temporalPreference)
Temporal preference of an attribute
|
Constructor and Description |
---|
EntityAttribute(String name,
EntityAttributeType type,
EntityAttributeNaturalLanguageMapping naturalLanguageMapping,
Boolean isMultiValue,
Boolean isFuzzyMatch,
Boolean isInvertComparisons,
TemporalPreference temporalPreference,
String entityName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.