Package | Description |
---|---|
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static FindingLifecycleState |
FindingLifecycleState.create(String key) |
FindingLifecycleState |
Finding.getLifecycleState()
The current state of the finding.
|
FindingLifecycleState |
FindingSummary.getLifecycleState()
The current state of the finding.
|
static FindingLifecycleState |
FindingLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindingLifecycleState[] |
FindingLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Finding.Builder |
Finding.Builder.lifecycleState(FindingLifecycleState lifecycleState)
The current state of the finding.
|
FindingSummary.Builder |
FindingSummary.Builder.lifecycleState(FindingLifecycleState lifecycleState)
The current state of the finding.
|
Constructor and Description |
---|
Finding(String key,
Finding.Severity severity,
String assessmentId,
String targetId,
String title,
String remarks,
Object details,
String summary,
References references,
Finding.Severity oracleDefinedSeverity,
Boolean isRiskModified,
Boolean hasTargetDbRiskLevelChanged,
String justification,
Date timeValidUntil,
Date timeUpdated,
FindingLifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
FindingSummary(FindingSummary.Severity severity,
String assessmentId,
String targetId,
String key,
Boolean isTopFinding,
String title,
String remarks,
Object details,
String summary,
String oneline,
References references,
Finding.Severity oracleDefinedSeverity,
Boolean isRiskModified,
Boolean hasTargetDbRiskLevelChanged,
String justification,
Date timeValidUntil,
Date timeUpdated,
FindingLifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FindingLifecycleState |
ListFindingsRequest.getLifecycleState()
A filter to return only the findings that match the specified lifecycle states.
|
Modifier and Type | Method and Description |
---|---|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.lifecycleState(FindingLifecycleState lifecycleState)
A filter to return only the findings that match the specified lifecycle states.
|
Copyright © 2016–2024. All rights reserved.