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