Uses of Class
com.oracle.bmc.oda.model.EntityAttribute
-
Packages that use EntityAttribute Package Description com.oracle.bmc.oda.model -
-
Uses of EntityAttribute in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return EntityAttribute Modifier and Type Method Description EntityAttribute
EntityAttribute.Builder. build()
Methods in com.oracle.bmc.oda.model that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>
CompositeEntity. getAttributes()
List of entity attributes.List<EntityAttribute>
CreateSkillCompositeEntityDetails. getAttributes()
List of entity attributes.Methods in com.oracle.bmc.oda.model with parameters of type EntityAttribute Modifier and Type Method Description EntityAttribute.Builder
EntityAttribute.Builder. copy(EntityAttribute model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type EntityAttribute Modifier and Type Method Description CompositeEntity.Builder
CompositeEntity.Builder. attributes(List<EntityAttribute> attributes)
List of entity attributes.CreateSkillCompositeEntityDetails.Builder
CreateSkillCompositeEntityDetails.Builder. attributes(List<EntityAttribute> attributes)
List of entity attributes.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type EntityAttribute Constructor Description CompositeEntity(String id, String name, List<EntityAttribute> attributes, List<EntityAction> actions, EntityNaturalLanguageMapping naturalLanguageMapping)
Deprecated.CreateSkillCompositeEntityDetails(String name, List<EntityAttribute> attributes, List<EntityAction> actions, EntityNaturalLanguageMapping naturalLanguageMapping)
Deprecated.
-