Uses of Class
com.oracle.bmc.datasafe.model.CryptoAssessmentFindingSummary.Severity
-
Packages that use CryptoAssessmentFindingSummary.Severity Package Description com.oracle.bmc.datasafe.model -
-
Uses of CryptoAssessmentFindingSummary.Severity in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoAssessmentFindingSummary.Severity Modifier and Type Method Description static CryptoAssessmentFindingSummary.SeverityCryptoAssessmentFindingSummary.Severity. create(String key)CryptoAssessmentFindingSummary.SeverityCryptoAssessmentFindingSummary. getSeverity()Text severity derived from priority using the static mapping 1=CRITICAL, 2=HIGH, 3=MEDIUM, 4=LOW.static CryptoAssessmentFindingSummary.SeverityCryptoAssessmentFindingSummary.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoAssessmentFindingSummary.Severity[]CryptoAssessmentFindingSummary.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 CryptoAssessmentFindingSummary.Severity Modifier and Type Method Description CryptoAssessmentFindingSummary.BuilderCryptoAssessmentFindingSummary.Builder. severity(CryptoAssessmentFindingSummary.Severity severity)Text severity derived from priority using the static mapping 1=CRITICAL, 2=HIGH, 3=MEDIUM, 4=LOW.Constructors in com.oracle.bmc.datasafe.model with parameters of type CryptoAssessmentFindingSummary.Severity Constructor Description CryptoAssessmentFindingSummary(String findingKey, String title, String category, Integer priority, CryptoAssessmentFindingSummary.Severity severity, String expectedValue, List<String> observedValue, String recommendedValue, CryptoFindingStatus status, Boolean isQuantumReadinessCheck, String summary, String shortSummary, String url, String remediation, String shortRemediation, String compliance)Deprecated.
-