Package com.oracle.bmc.datasafe.requests
Enum ListChecksRequest.ContainsSeverity
- java.lang.Object
-
- java.lang.Enum<ListChecksRequest.ContainsSeverity>
-
- com.oracle.bmc.datasafe.requests.ListChecksRequest.ContainsSeverity
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListChecksRequest.ContainsSeverity>
- Enclosing class:
- ListChecksRequest
public static enum ListChecksRequest.ContainsSeverity extends Enum<ListChecksRequest.ContainsSeverity> implements BmcEnum
A filter to return only findings that match the specified risk level(s).Use containsSeverity parameter if need to filter by multiple risk levels.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListChecksRequest.ContainsSeverity
create(String key)
String
getValue()
static ListChecksRequest.ContainsSeverity
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListChecksRequest.ContainsSeverity[]
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.ContainsSeverity High
-
Medium
public static final ListChecksRequest.ContainsSeverity Medium
-
Low
public static final ListChecksRequest.ContainsSeverity Low
-
Evaluate
public static final ListChecksRequest.ContainsSeverity Evaluate
-
Advisory
public static final ListChecksRequest.ContainsSeverity Advisory
-
Pass
public static final ListChecksRequest.ContainsSeverity Pass
-
Deferred
public static final ListChecksRequest.ContainsSeverity Deferred
-
-
Method Detail
-
values
public static ListChecksRequest.ContainsSeverity[] 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.ContainsSeverity c : ListChecksRequest.ContainsSeverity.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.ContainsSeverity 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.ContainsSeverity create(String key)
-
-