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.SortByListReplicasRequest.SortBy. create(String key)ListReplicasRequest.SortByListReplicasRequest. getSortBy()The field to sort by.static ListReplicasRequest.SortByListReplicasRequest.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.BuilderListReplicasRequest.Builder. sortBy(ListReplicasRequest.SortBy sortBy)The field to sort by.
-