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