Enum UserActionDetails.Level
- java.lang.Object
-
- java.lang.Enum<UserActionDetails.Level>
-
- com.oracle.bmc.fleetappsmanagement.model.UserActionDetails.Level
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<UserActionDetails.Level>
- Enclosing class:
- UserActionDetails
public static enum UserActionDetails.Level extends Enum<UserActionDetails.Level> implements BmcEnum
User action based On.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ActionGroup
StepName
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserActionDetails.Level
create(String key)
String
getValue()
static UserActionDetails.Level
valueOf(String name)
Returns the enum constant of this type with the specified name.static UserActionDetails.Level[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ActionGroup
public static final UserActionDetails.Level ActionGroup
-
StepName
public static final UserActionDetails.Level StepName
-
-
Method Detail
-
values
public static UserActionDetails.Level[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UserActionDetails.Level c : UserActionDetails.Level.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UserActionDetails.Level valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static UserActionDetails.Level create(String key)
-
-