Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static MergeOperator.TriggerRule |
MergeOperator.TriggerRule.create(String key) |
MergeOperator.TriggerRule |
MergeOperator.getTriggerRule()
The merge condition.
|
static MergeOperator.TriggerRule |
MergeOperator.TriggerRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeOperator.TriggerRule[] |
MergeOperator.TriggerRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MergeOperator.Builder |
MergeOperator.Builder.triggerRule(MergeOperator.TriggerRule triggerRule)
The merge condition.
|
Constructor and Description |
---|
MergeOperator(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,
MergeOperator.TriggerRule triggerRule)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.