Uses of Class
com.oracle.bmc.dataintegration.model.PivotKeys
-
Packages that use PivotKeys Package Description com.oracle.bmc.dataintegration.model -
-
Uses of PivotKeys in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return PivotKeys Modifier and Type Method Description PivotKeys
PivotKeys.Builder. build()
PivotKeys
Pivot. getPivotKeys()
Methods in com.oracle.bmc.dataintegration.model with parameters of type PivotKeys Modifier and Type Method Description PivotKeys.Builder
PivotKeys.Builder. copy(PivotKeys model)
Pivot.Builder
Pivot.Builder. pivotKeys(PivotKeys pivotKeys)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type PivotKeys Constructor Description Pivot(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, DynamicProxyField groupByColumns, MaterializedDynamicField materializedGroupByColumns, PivotKeys pivotKeys)
Deprecated.
-