Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static Diffs.Severity |
Diffs.Severity.create(String key) |
Diffs.Severity |
Diffs.getSeverity()
The severity of this diff.
|
static Diffs.Severity |
Diffs.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Diffs.Severity[] |
Diffs.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Diffs.Builder |
Diffs.Builder.severity(Diffs.Severity severity)
The severity of this diff.
|
Constructor and Description |
---|
Diffs(Finding current,
Finding baseline,
List<String> removedItems,
List<String> addedItems,
List<String> modifiedItems,
Diffs.Severity severity)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.