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