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