Uses of Class
com.oracle.bmc.events.requests.ListRulesRequest.SortBy
-
Packages that use ListRulesRequest.SortBy Package Description com.oracle.bmc.events.requests -
-
Uses of ListRulesRequest.SortBy in com.oracle.bmc.events.requests
Methods in com.oracle.bmc.events.requests that return ListRulesRequest.SortBy Modifier and Type Method Description static ListRulesRequest.SortByListRulesRequest.SortBy. create(String key)ListRulesRequest.SortByListRulesRequest. getSortBy()Specifies the attribute with which to sort the rules.static ListRulesRequest.SortByListRulesRequest.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.events.requests with parameters of type ListRulesRequest.SortBy Modifier and Type Method Description ListRulesRequest.BuilderListRulesRequest.Builder. sortBy(ListRulesRequest.SortBy sortBy)Specifies the attribute with which to sort the rules.
-