Uses of Class
com.oracle.bmc.datasafe.model.FindingLifecycleState
-
Packages that use FindingLifecycleState Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of FindingLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FindingLifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.datasafe.model with parameters of type FindingLifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.datasafe.model with parameters of type FindingLifecycleState Constructor 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. -
Uses of FindingLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return FindingLifecycleState Modifier and Type Method Description FindingLifecycleState
ListFindingsRequest. getLifecycleState()
A filter to return only the findings that match the specified lifecycle states.Methods in com.oracle.bmc.datasafe.requests with parameters of type FindingLifecycleState Modifier and Type Method Description ListFindingsRequest.Builder
ListFindingsRequest.Builder. lifecycleState(FindingLifecycleState lifecycleState)
A filter to return only the findings that match the specified lifecycle states.
-