Uses of Class
com.oracle.bmc.oda.model.CreateBotKind
-
Packages that use CreateBotKind Package Description com.oracle.bmc.oda.model -
-
Uses of CreateBotKind in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return CreateBotKind Modifier and Type Method Description static CreateBotKind
CreateBotKind. create(String key)
static CreateBotKind
CreateBotKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateBotKind[]
CreateBotKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-