Uses of Class
com.oracle.bmc.psql.requests.ListShapesRequest.SortBy
-
Packages that use ListShapesRequest.SortBy Package Description com.oracle.bmc.psql.requests -
-
Uses of ListShapesRequest.SortBy in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return ListShapesRequest.SortBy Modifier and Type Method Description static ListShapesRequest.SortByListShapesRequest.SortBy. create(String key)ListShapesRequest.SortByListShapesRequest. getSortBy()The field to sort by.static ListShapesRequest.SortByListShapesRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListShapesRequest.SortBy[]ListShapesRequest.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 ListShapesRequest.SortBy Modifier and Type Method Description ListShapesRequest.BuilderListShapesRequest.Builder. sortBy(ListShapesRequest.SortBy sortBy)The field to sort by.
-