public static enum ListFindingsRequest.Severity extends Enum<ListFindingsRequest.Severity> implements BmcEnum
A filter to return only findings of a particular risk level.
Enum Constant and Description |
---|
Advisory |
Deferred |
Evaluate |
High |
Low |
Medium |
Pass |
Modifier and Type | Method and Description |
---|---|
static ListFindingsRequest.Severity |
create(String key) |
String |
getValue() |
static ListFindingsRequest.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListFindingsRequest.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListFindingsRequest.Severity High
public static final ListFindingsRequest.Severity Medium
public static final ListFindingsRequest.Severity Low
public static final ListFindingsRequest.Severity Evaluate
public static final ListFindingsRequest.Severity Advisory
public static final ListFindingsRequest.Severity Pass
public static final ListFindingsRequest.Severity Deferred
public static ListFindingsRequest.Severity[] values()
for (ListFindingsRequest.Severity c : ListFindingsRequest.Severity.values()) System.out.println(c);
public static ListFindingsRequest.Severity valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListFindingsRequest.Severity create(String key)
Copyright © 2016–2024. All rights reserved.