Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
Diffs.Builder |
Diffs.Builder.addedItems(List<String> addedItems)
This array identifies the items that are present in the current assessment, but are
missing from the baseline.
|
Diffs.Builder |
Diffs.Builder.baseline(Finding baseline) |
static Diffs.Builder |
Diffs.builder()
Create a new builder.
|
Diffs.Builder |
Diffs.Builder.copy(Diffs model) |
Diffs.Builder |
Diffs.Builder.current(Finding current) |
Diffs.Builder |
Diffs.Builder.modifiedItems(List<String> modifiedItems)
This array contains the items that are present in both the current assessment and the
baseline, but are different in the two assessments.
|
Diffs.Builder |
Diffs.Builder.removedItems(List<String> removedItems)
This array identifies the items that are present in the baseline, but are missing from
the current assessment.
|
Diffs.Builder |
Diffs.Builder.severity(Diffs.Severity severity)
The severity of this diff.
|
Diffs.Builder |
Diffs.toBuilder() |
Copyright © 2016–2024. All rights reserved.