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