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