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 SortKeySortKey.Builder. build()SortKeySortOper. getSortKey()Methods in com.oracle.bmc.dataintegration.model with parameters of type SortKey Modifier and Type Method Description SortKey.BuilderSortKey.Builder. copy(SortKey model)SortOper.BuilderSortOper.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.
-