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