Uses of Class
com.oracle.bmc.datasafe.requests.ListTablesRequest.SortOrder
-
Packages that use ListTablesRequest.SortOrder Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListTablesRequest.SortOrder in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListTablesRequest.SortOrder Modifier and Type Method Description static ListTablesRequest.SortOrderListTablesRequest.SortOrder. create(String key)ListTablesRequest.SortOrderListTablesRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListTablesRequest.SortOrderListTablesRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListTablesRequest.SortOrder[]ListTablesRequest.SortOrder. 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.SortOrder Modifier and Type Method Description ListTablesRequest.BuilderListTablesRequest.Builder. sortOrder(ListTablesRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-