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