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