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