| Modifier and Type | Method and Description |
|---|---|
static Suppression.Kind |
Suppression.Kind.fromValue(String value) |
Suppression.Kind |
Suppression.getKind()
A string that indicates where the suppression is persisted.
|
static Suppression.Kind |
Suppression.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Suppression.Kind[] |
Suppression.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Suppression.setKind(Suppression.Kind kind)
A string that indicates where the suppression is persisted.
|
Suppression |
Suppression.withKind(Suppression.Kind kind) |
Copyright © 2020 Contrast Security. All rights reserved.