Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FlowNode |
build() |
FlowNode.Builder |
configProviderDelegate(ConfigProvider configProviderDelegate) |
FlowNode.Builder |
copy(FlowNode model) |
FlowNode.Builder |
description(String description)
Detailed description for the object.
|
FlowNode.Builder |
inputLinks(List<InputLink> inputLinks)
An array of input links.
|
FlowNode.Builder |
key(String key)
The key of the object.
|
FlowNode.Builder |
modelType(String modelType)
The type of the object.
|
FlowNode.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
FlowNode.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
FlowNode.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
FlowNode.Builder |
operator(Operator operator) |
FlowNode.Builder |
outputLinks(List<OutputLink> outputLinks)
An array of output links.
|
FlowNode.Builder |
parentRef(ParentReference parentRef) |
FlowNode.Builder |
uiProperties(UIProperties uiProperties) |
public FlowNode.Builder key(String key)
The key of the object.
key
- the value to setpublic FlowNode.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic FlowNode.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic FlowNode.Builder parentRef(ParentReference parentRef)
public FlowNode.Builder name(String name)
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
name
- the value to setpublic FlowNode.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic FlowNode.Builder inputLinks(List<InputLink> inputLinks)
An array of input links.
inputLinks
- the value to setpublic FlowNode.Builder outputLinks(List<OutputLink> outputLinks)
An array of output links.
outputLinks
- the value to setpublic FlowNode.Builder operator(Operator operator)
public FlowNode.Builder uiProperties(UIProperties uiProperties)
public FlowNode.Builder configProviderDelegate(ConfigProvider configProviderDelegate)
public FlowNode.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic FlowNode build()
public FlowNode.Builder copy(FlowNode model)
Copyright © 2016–2024. All rights reserved.