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