public enum VulnerabilityQuickFilterType extends java.lang.Enum<VulnerabilityQuickFilterType>
| Enum Constant and Description |
|---|
ALL |
HIGH_CONFIDENCE |
OPEN |
PENDING_REVIEW |
VIOLATION |
| Modifier and Type | Method and Description |
|---|---|
static VulnerabilityQuickFilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VulnerabilityQuickFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VulnerabilityQuickFilterType ALL
public static final VulnerabilityQuickFilterType OPEN
public static final VulnerabilityQuickFilterType HIGH_CONFIDENCE
public static final VulnerabilityQuickFilterType VIOLATION
public static final VulnerabilityQuickFilterType PENDING_REVIEW
public static VulnerabilityQuickFilterType[] values()
public static VulnerabilityQuickFilterType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2022 Contrast Security, Inc.. All rights reserved.