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