Uses of Class
com.oracle.bmc.dataintegration.model.InputLink
-
Packages that use InputLink Package Description com.oracle.bmc.dataintegration.model -
-
Uses of InputLink in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return InputLink Modifier and Type Method Description InputLink
InputLink.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type InputLink Modifier and Type Method Description List<InputLink>
FlowNode. getInputLinks()
An array of input links.Methods in com.oracle.bmc.dataintegration.model with parameters of type InputLink Modifier and Type Method Description InputLink.Builder
InputLink.Builder. copy(InputLink model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type InputLink Modifier and Type Method Description FlowNode.Builder
FlowNode.Builder. inputLinks(List<InputLink> inputLinks)
An array of input links.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type InputLink Constructor 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.
-