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