Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DecisionOperator.Builder |
DecisionOperator.Builder.triggerRule(DecisionOperator.TriggerRule triggerRule)
The merge condition.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.