Uses of Class
com.oracle.bmc.datasafe.model.FindingSummary.Severity
-
Packages that use FindingSummary.Severity Package Description com.oracle.bmc.datasafe.model -
-
Uses of FindingSummary.Severity in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FindingSummary.Severity Modifier and Type Method Description static FindingSummary.Severity
FindingSummary.Severity. create(String key)
FindingSummary.Severity
FindingSummary. getSeverity()
The severity of the finding as determined by security assessment and is same as oracleDefinedSeverity, unless modified by user.static FindingSummary.Severity
FindingSummary.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static FindingSummary.Severity[]
FindingSummary.Severity. 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 FindingSummary.Severity Modifier and Type Method Description FindingSummary.Builder
FindingSummary.Builder. severity(FindingSummary.Severity severity)
The severity of the finding as determined by security assessment and is same as oracleDefinedSeverity, unless modified by user.Constructors in com.oracle.bmc.datasafe.model with parameters of type FindingSummary.Severity Constructor Description 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.
-