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