Uses of Class
com.oracle.bmc.dataintegration.requests.ListDataFlowsRequest.SortBy
-
Packages that use ListDataFlowsRequest.SortBy Package Description com.oracle.bmc.dataintegration.requests -
-
Uses of ListDataFlowsRequest.SortBy in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListDataFlowsRequest.SortBy Modifier and Type Method Description static ListDataFlowsRequest.SortByListDataFlowsRequest.SortBy. create(String key)ListDataFlowsRequest.SortByListDataFlowsRequest. getSortBy()Specifies the field to sort by.static ListDataFlowsRequest.SortByListDataFlowsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListDataFlowsRequest.SortBy[]ListDataFlowsRequest.SortBy. 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.SortBy Modifier and Type Method Description ListDataFlowsRequest.BuilderListDataFlowsRequest.Builder. sortBy(ListDataFlowsRequest.SortBy sortBy)Specifies the field to sort by.
-