public static interface Edge.Builder extends SdkPojo, CopyableBuilder<Edge.Builder,Edge>
| Modifier and Type | Method and Description |
|---|---|
Edge.Builder |
destinationId(String destinationId)
The unique of the node within the workflow where the edge ends.
|
Edge.Builder |
sourceId(String sourceId)
The unique of the node within the workflow where the edge starts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEdge.Builder sourceId(String sourceId)
The unique of the node within the workflow where the edge starts.
sourceId - The unique of the node within the workflow where the edge starts.Edge.Builder destinationId(String destinationId)
The unique of the node within the workflow where the edge ends.
destinationId - The unique of the node within the workflow where the edge ends.Copyright © 2023. All rights reserved.