Uses of Class
com.oracle.bmc.datasafe.model.CheckSummary.SuggestedSeverity
-
Packages that use CheckSummary.SuggestedSeverity Package Description com.oracle.bmc.datasafe.model -
-
Uses of CheckSummary.SuggestedSeverity in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CheckSummary.SuggestedSeverity Modifier and Type Method Description static CheckSummary.SuggestedSeverity
CheckSummary.SuggestedSeverity. create(String key)
CheckSummary.SuggestedSeverity
CheckSummary. getSuggestedSeverity()
The severity of the check as suggested by Data Safe security assessment.static CheckSummary.SuggestedSeverity
CheckSummary.SuggestedSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static CheckSummary.SuggestedSeverity[]
CheckSummary.SuggestedSeverity. 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 CheckSummary.SuggestedSeverity Modifier and Type Method Description CheckSummary.Builder
CheckSummary.Builder. suggestedSeverity(CheckSummary.SuggestedSeverity suggestedSeverity)
The severity of the check as suggested by Data Safe security assessment.Constructors in com.oracle.bmc.datasafe.model with parameters of type CheckSummary.SuggestedSeverity Constructor Description CheckSummary(String key, String title, String remarks, References references, String category, String oneline, CheckSummary.SuggestedSeverity suggestedSeverity)
Deprecated.
-