Uses of Class
com.oracle.bmc.dataintegration.model.SortClause
-
Packages that use SortClause Package Description com.oracle.bmc.dataintegration.model -
-
Uses of SortClause in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return SortClause Modifier and Type Method Description SortClause
SortClause.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type SortClause Modifier and Type Method Description List<SortClause>
Sort. getSortClauses()
The sort clause.Methods in com.oracle.bmc.dataintegration.model with parameters of type SortClause Modifier and Type Method Description SortClause.Builder
SortClause.Builder. copy(SortClause model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type SortClause Modifier and Type Method Description Sort.Builder
Sort.Builder. sortClauses(List<SortClause> sortClauses)
The sort clause.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type SortClause Constructor Description Sort(List<SortClause> sortClauses)
Deprecated.
-