Package com.oracle.bmc.cloudguard.model
Enum RecommendationLifecycleDetail
- java.lang.Object
-
- java.lang.Enum<RecommendationLifecycleDetail>
-
- com.oracle.bmc.cloudguard.model.RecommendationLifecycleDetail
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<RecommendationLifecycleDetail>
@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public enum RecommendationLifecycleDetail extends Enum<RecommendationLifecycleDetail> implements BmcEnum
Possible lifecycle states.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Dismissed
Open
Resolved
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecommendationLifecycleDetail
create(String key)
String
getValue()
static RecommendationLifecycleDetail
valueOf(String name)
Returns the enum constant of this type with the specified name.static RecommendationLifecycleDetail[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Open
public static final RecommendationLifecycleDetail Open
-
Resolved
public static final RecommendationLifecycleDetail Resolved
-
Dismissed
public static final RecommendationLifecycleDetail Dismissed
-
UnknownEnumValue
public static final RecommendationLifecycleDetail 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 RecommendationLifecycleDetail[] 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 (RecommendationLifecycleDetail c : RecommendationLifecycleDetail.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RecommendationLifecycleDetail 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 RecommendationLifecycleDetail create(String key)
-
-