Uses of Class
com.oracle.bmc.datasafe.requests.ListSqlFirewallViolationsRequest.SortOrder
-
Packages that use ListSqlFirewallViolationsRequest.SortOrder Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListSqlFirewallViolationsRequest.SortOrder in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListSqlFirewallViolationsRequest.SortOrder Modifier and Type Method Description static ListSqlFirewallViolationsRequest.SortOrder
ListSqlFirewallViolationsRequest.SortOrder. create(String key)
ListSqlFirewallViolationsRequest.SortOrder
ListSqlFirewallViolationsRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).static ListSqlFirewallViolationsRequest.SortOrder
ListSqlFirewallViolationsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSqlFirewallViolationsRequest.SortOrder[]
ListSqlFirewallViolationsRequest.SortOrder. 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 ListSqlFirewallViolationsRequest.SortOrder Modifier and Type Method Description ListSqlFirewallViolationsRequest.Builder
ListSqlFirewallViolationsRequest.Builder. sortOrder(ListSqlFirewallViolationsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-