Uses of Class
com.oracle.bmc.dataintegration.model.SortClause.Order
-
Packages that use SortClause.Order Package Description com.oracle.bmc.dataintegration.model -
-
Uses of SortClause.Order in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return SortClause.Order Modifier and Type Method Description static SortClause.OrderSortClause.Order. create(String key)SortClause.OrderSortClause. getOrder()The sort order.static SortClause.OrderSortClause.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static SortClause.Order[]SortClause.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type SortClause.Order Modifier and Type Method Description SortClause.BuilderSortClause.Builder. order(SortClause.Order order)The sort order.Constructors in com.oracle.bmc.dataintegration.model with parameters of type SortClause.Order Constructor Description SortClause(ShapeField field, SortClause.Order order)Deprecated.
-