Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
InputLink |
InputLink.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<InputLink> |
FlowNode.getInputLinks()
An array of input links.
|
Modifier and Type | Method and Description |
---|---|
InputLink.Builder |
InputLink.Builder.copy(InputLink model) |
Modifier and Type | Method and Description |
---|---|
FlowNode.Builder |
FlowNode.Builder.inputLinks(List<InputLink> inputLinks)
An array of input links.
|
Constructor and Description |
---|
FlowNode(String key,
String modelType,
String modelVersion,
ParentReference parentRef,
String name,
String description,
List<InputLink> inputLinks,
List<OutputLink> outputLinks,
Operator operator,
UIProperties uiProperties,
ConfigProvider configProviderDelegate,
Integer objectStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.