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