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.Severity
ListFindingsRequest.Severity. create(String key)
ListFindingsRequest.Severity
ListFindingsRequest. getSeverity()
A filter to return only findings of a particular risk level.static ListFindingsRequest.Severity
ListFindingsRequest.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.Builder
ListFindingsRequest.Builder. severity(ListFindingsRequest.Severity severity)
A filter to return only findings of a particular risk level.
-