Interface ReducedNodeEdgeConnectorItem.FromElementIdBuildStage
- All Known Implementing Classes:
ReducedNodeEdgeConnectorItem.Builder
- Enclosing class:
- ReducedNodeEdgeConnectorItem
public static interface ReducedNodeEdgeConnectorItem.FromElementIdBuildStage
-
Method Summary
Modifier and TypeMethodDescriptionfromElementId
(String fromElementId) Initializes the value for thefromElementId
attribute.
-
Method Details
-
fromElementId
Initializes the value for thefromElementId
attribute.- Parameters:
fromElementId
- The value for fromElementId- Returns:
this
builder for use in a chained invocation
-