Uses of Class
com.oracle.bmc.dataintegration.model.ExpressionOperator.TriggerRule
-
Packages that use ExpressionOperator.TriggerRule Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ExpressionOperator.TriggerRule in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ExpressionOperator.TriggerRule Modifier and Type Method Description static ExpressionOperator.TriggerRule
ExpressionOperator.TriggerRule. create(String key)
ExpressionOperator.TriggerRule
ExpressionOperator. getTriggerRule()
The merge condition.static ExpressionOperator.TriggerRule
ExpressionOperator.TriggerRule. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExpressionOperator.TriggerRule[]
ExpressionOperator.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 ExpressionOperator.TriggerRule Modifier and Type Method Description ExpressionOperator.Builder
ExpressionOperator.Builder. triggerRule(ExpressionOperator.TriggerRule triggerRule)
The merge condition.Constructors in com.oracle.bmc.dataintegration.model with parameters of type ExpressionOperator.TriggerRule Constructor Description ExpressionOperator(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, ExpressionOperator.TriggerRule triggerRule, ConfigProvider configProviderDelegate)
Deprecated.
-