static NodeInputField.Builder |
NodeInputField.builder() |
|
NodeInputField.Builder |
NodeInputField.Builder.category(String category) |
The category of the input field.
|
NodeInputField.Builder |
NodeInputField.Builder.category(FlowNodeInputCategory category) |
The category of the input field.
|
default NodeInputField.Builder |
NodeInputField.Builder.content(Consumer<NodeExecutionContent.Builder> content) |
The content of the input field, which can contain text or structured data.
|
NodeInputField.Builder |
NodeInputField.Builder.content(NodeExecutionContent content) |
The content of the input field, which can contain text or structured data.
|
NodeInputField.Builder |
NodeInputField.Builder.executionChain(Collection<NodeInputExecutionChainItem> executionChain) |
The execution path through nested nodes like iterators and loops.
|
NodeInputField.Builder |
NodeInputField.Builder.executionChain(Consumer<NodeInputExecutionChainItem.Builder>... executionChain) |
The execution path through nested nodes like iterators and loops.
|
NodeInputField.Builder |
NodeInputField.Builder.executionChain(NodeInputExecutionChainItem... executionChain) |
The execution path through nested nodes like iterators and loops.
|
NodeInputField.Builder |
NodeInputField.Builder.name(String name) |
The name of the input field as defined in the node's input schema.
|
default NodeInputField.Builder |
NodeInputField.Builder.source(Consumer<NodeInputSource.Builder> source) |
The source node that provides input data to this field.
|
NodeInputField.Builder |
NodeInputField.Builder.source(NodeInputSource source) |
The source node that provides input data to this field.
|
NodeInputField.Builder |
NodeInputField.toBuilder() |
|
NodeInputField.Builder |
NodeInputField.Builder.type(String type) |
The data type of the input field for compatibility validation.
|
NodeInputField.Builder |
NodeInputField.Builder.type(FlowNodeIODataType type) |
The data type of the input field for compatibility validation.
|