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