Uses of Class
com.oracle.bmc.dataintegration.model.SortKey
-
Packages that use SortKey Package Description com.oracle.bmc.dataintegration.model -
-
Uses of SortKey in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return SortKey Modifier and Type Method Description SortKey
SortKey.Builder. build()
SortKey
SortOper. getSortKey()
Methods in com.oracle.bmc.dataintegration.model with parameters of type SortKey Modifier and Type Method Description SortKey.Builder
SortKey.Builder. copy(SortKey model)
SortOper.Builder
SortOper.Builder. sortKey(SortKey sortKey)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type SortKey Constructor Description SortOper(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, List<InputPort> inputPorts, List<TypedObject> outputPorts, Integer objectStatus, String identifier, List<Parameter> parameters, ConfigValues opConfigValues, SortKey sortKey)
Deprecated.
-