public static enum Suppression.Status extends Enum<Suppression.Status>
| Enum Constant and Description |
|---|
ACCEPTED |
REJECTED |
UNDER_REVIEW |
| Modifier and Type | Method and Description |
|---|---|
static Suppression.Status |
fromValue(String value) |
String |
toString() |
String |
value() |
static Suppression.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Suppression.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Suppression.Status ACCEPTED
public static final Suppression.Status UNDER_REVIEW
public static final Suppression.Status REJECTED
public static Suppression.Status[] values()
for (Suppression.Status c : Suppression.Status.values()) System.out.println(c);
public static Suppression.Status 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 String toString()
toString in class Enum<Suppression.Status>public String value()
public static Suppression.Status fromValue(String value)
Copyright © 2020 Contrast Security. All rights reserved.