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