Uses of Class
com.oracle.bmc.cloudguard.requests.ListResponderRulesRequest.SortBy
-
Packages that use ListResponderRulesRequest.SortBy Package Description com.oracle.bmc.cloudguard.requests -
-
Uses of ListResponderRulesRequest.SortBy in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListResponderRulesRequest.SortBy Modifier and Type Method Description static ListResponderRulesRequest.SortBy
ListResponderRulesRequest.SortBy. create(String key)
ListResponderRulesRequest.SortBy
ListResponderRulesRequest. getSortBy()
The field to sort by.static ListResponderRulesRequest.SortBy
ListResponderRulesRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListResponderRulesRequest.SortBy[]
ListResponderRulesRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.requests with parameters of type ListResponderRulesRequest.SortBy Modifier and Type Method Description ListResponderRulesRequest.Builder
ListResponderRulesRequest.Builder. sortBy(ListResponderRulesRequest.SortBy sortBy)
The field to sort by.
-