Package com.oracle.bmc.datasafe.requests
Enum ListChecksRequest.SuggestedSeverity
- java.lang.Object
-
- java.lang.Enum<ListChecksRequest.SuggestedSeverity>
-
- com.oracle.bmc.datasafe.requests.ListChecksRequest.SuggestedSeverity
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListChecksRequest.SuggestedSeverity>
- Enclosing class:
- ListChecksRequest
public static enum ListChecksRequest.SuggestedSeverity extends Enum<ListChecksRequest.SuggestedSeverity> implements BmcEnum
A filter to return only checks of a particular risk level.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListChecksRequest.SuggestedSeverity
create(String key)
String
getValue()
static ListChecksRequest.SuggestedSeverity
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListChecksRequest.SuggestedSeverity[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
High
public static final ListChecksRequest.SuggestedSeverity High
-
Medium
public static final ListChecksRequest.SuggestedSeverity Medium
-
Low
public static final ListChecksRequest.SuggestedSeverity Low
-
Evaluate
public static final ListChecksRequest.SuggestedSeverity Evaluate
-
Advisory
public static final ListChecksRequest.SuggestedSeverity Advisory
-
Pass
public static final ListChecksRequest.SuggestedSeverity Pass
-
Deferred
public static final ListChecksRequest.SuggestedSeverity Deferred
-
-
Method Detail
-
values
public static ListChecksRequest.SuggestedSeverity[] 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 (ListChecksRequest.SuggestedSeverity c : ListChecksRequest.SuggestedSeverity.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListChecksRequest.SuggestedSeverity 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 ListChecksRequest.SuggestedSeverity create(String key)
-
-