Enum Prompt.AcceptanceCondition
- java.lang.Object
-
- java.lang.Enum<Prompt.AcceptanceCondition>
-
- com.oracle.bmc.fleetappsmanagement.model.Prompt.AcceptanceCondition
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<Prompt.AcceptanceCondition>
- Enclosing class:
- Prompt
public static enum Prompt.AcceptanceCondition extends Enum<Prompt.AcceptanceCondition> implements BmcEnum
acceptance condition.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AllAnyUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Prompt.AcceptanceConditioncreate(String key)StringgetValue()static Prompt.AcceptanceConditionvalueOf(String name)Returns the enum constant of this type with the specified name.static Prompt.AcceptanceCondition[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Any
public static final Prompt.AcceptanceCondition Any
-
All
public static final Prompt.AcceptanceCondition All
-
UnknownEnumValue
public static final Prompt.AcceptanceCondition UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static Prompt.AcceptanceCondition[] 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 (Prompt.AcceptanceCondition c : Prompt.AcceptanceCondition.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Prompt.AcceptanceCondition 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 Prompt.AcceptanceCondition create(String key)
-
-