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