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