Uses of Class
com.oracle.bmc.oda.model.EntityAttributeType
-
Packages that use EntityAttributeType Package Description com.oracle.bmc.oda.model -
-
Uses of EntityAttributeType in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return EntityAttributeType Modifier and Type Method Description static EntityAttributeType
EntityAttributeType. create(String key)
EntityAttributeType
EntityActionArgument. getType()
Type of an entity action argumentEntityAttributeType
EntityAttribute. getType()
The type of an entity attributestatic EntityAttributeType
EntityAttributeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityAttributeType[]
EntityAttributeType. 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 EntityAttributeType Modifier and Type Method Description EntityActionArgument.Builder
EntityActionArgument.Builder. type(EntityAttributeType type)
Type of an entity action argumentEntityAttribute.Builder
EntityAttribute.Builder. type(EntityAttributeType type)
The type of an entity attributeConstructors in com.oracle.bmc.oda.model with parameters of type EntityAttributeType Constructor Description EntityActionArgument(String name, EntityAttributeType type, String metaType, EntityActionArgumentNaturalLanguageMapping naturalLanguageMapping, Boolean isMultiValue, String entityName)
Deprecated.EntityAttribute(String name, EntityAttributeType type, EntityAttributeNaturalLanguageMapping naturalLanguageMapping, Boolean isMultiValue, Boolean isFuzzyMatch, Boolean isInvertComparisons, TemporalPreference temporalPreference, String entityName)
Deprecated.
-