Uses of Class
com.oracle.bmc.dataintegration.model.MergeOperator.TriggerRule
-
Packages that use MergeOperator.TriggerRule Package Description com.oracle.bmc.dataintegration.model -
-
Uses of MergeOperator.TriggerRule in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return MergeOperator.TriggerRule Modifier and Type Method 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.Methods in com.oracle.bmc.dataintegration.model with parameters of type MergeOperator.TriggerRule Modifier and Type Method Description MergeOperator.Builder
MergeOperator.Builder. triggerRule(MergeOperator.TriggerRule triggerRule)
The merge condition.Constructors in com.oracle.bmc.dataintegration.model with parameters of type MergeOperator.TriggerRule Constructor 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.
-