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