| Modifier and Type | Method and Description |
|---|---|
static Result.Kind |
Result.Kind.fromValue(String value) |
Result.Kind |
Result.getKind()
A value that categorizes results by evaluation state.
|
static Result.Kind |
Result.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result.Kind[] |
Result.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 |
Result.setKind(Result.Kind kind)
A value that categorizes results by evaluation state.
|
Result |
Result.withKind(Result.Kind kind) |
Copyright © 2020 Contrast Security. All rights reserved.