Uses of Class
com.oracle.bmc.cloudguard.requests.ListResponderRecipeResponderRulesRequest.SortBy
-
Packages that use ListResponderRecipeResponderRulesRequest.SortBy Package Description com.oracle.bmc.cloudguard.requests -
-
Uses of ListResponderRecipeResponderRulesRequest.SortBy in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListResponderRecipeResponderRulesRequest.SortBy Modifier and Type Method Description static ListResponderRecipeResponderRulesRequest.SortBy
ListResponderRecipeResponderRulesRequest.SortBy. create(String key)
ListResponderRecipeResponderRulesRequest.SortBy
ListResponderRecipeResponderRulesRequest. getSortBy()
The field to sort by.static ListResponderRecipeResponderRulesRequest.SortBy
ListResponderRecipeResponderRulesRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListResponderRecipeResponderRulesRequest.SortBy[]
ListResponderRecipeResponderRulesRequest.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 ListResponderRecipeResponderRulesRequest.SortBy Modifier and Type Method Description ListResponderRecipeResponderRulesRequest.Builder
ListResponderRecipeResponderRulesRequest.Builder. sortBy(ListResponderRecipeResponderRulesRequest.SortBy sortBy)
The field to sort by.
-