Uses of Class
com.oracle.bmc.database.requests.ListAutonomousDbPreviewVersionsRequest.SortOrder
-
Packages that use ListAutonomousDbPreviewVersionsRequest.SortOrder Package Description com.oracle.bmc.database.requests -
-
Uses of ListAutonomousDbPreviewVersionsRequest.SortOrder in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListAutonomousDbPreviewVersionsRequest.SortOrder Modifier and Type Method Description static ListAutonomousDbPreviewVersionsRequest.SortOrderListAutonomousDbPreviewVersionsRequest.SortOrder. create(String key)ListAutonomousDbPreviewVersionsRequest.SortOrderListAutonomousDbPreviewVersionsRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListAutonomousDbPreviewVersionsRequest.SortOrderListAutonomousDbPreviewVersionsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAutonomousDbPreviewVersionsRequest.SortOrder[]ListAutonomousDbPreviewVersionsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.requests with parameters of type ListAutonomousDbPreviewVersionsRequest.SortOrder Modifier and Type Method Description ListAutonomousDbPreviewVersionsRequest.BuilderListAutonomousDbPreviewVersionsRequest.Builder. sortOrder(ListAutonomousDbPreviewVersionsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-