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