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