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 EntityAttributeTypeEntityAttributeType. create(String key)EntityAttributeTypeEntityActionArgument. getType()Type of an entity action argumentEntityAttributeTypeEntityAttribute. getType()The type of an entity attributestatic EntityAttributeTypeEntityAttributeType. 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.BuilderEntityActionArgument.Builder. type(EntityAttributeType type)Type of an entity action argumentEntityAttribute.BuilderEntityAttribute.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.
-