Uses of Class
com.oracle.bmc.datasafe.requests.ListFindingsRequest.Severity
-
Packages that use ListFindingsRequest.Severity Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListFindingsRequest.Severity in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListFindingsRequest.Severity Modifier and Type Method Description static ListFindingsRequest.SeverityListFindingsRequest.Severity. create(String key)ListFindingsRequest.SeverityListFindingsRequest. getSeverity()A filter to return only findings of a particular risk level.static ListFindingsRequest.SeverityListFindingsRequest.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static ListFindingsRequest.Severity[]ListFindingsRequest.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListFindingsRequest.Severity Modifier and Type Method Description ListFindingsRequest.BuilderListFindingsRequest.Builder. severity(ListFindingsRequest.Severity severity)A filter to return only findings of a particular risk level.
-