Class ChangeDerivedRelationTypeRequest.Builder
Object
Builder
- Enclosing class:
ChangeDerivedRelationTypeRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The co-role of the Derived Relation Type.description(String description) The description of the Derived Relation Type.intermediateNodes(List<PathIntermediateNodeRequest> intermediateNodes) The intermediate nodes of the Derived Relation Type.The public id of the Derived Relation Type.The role of the Derived Relation Type.sourceNode(PathSourceNodeRequest sourceNode) The start node of the Derived Relation Type.sourceTypePublicId(String sourceTypePublicId) The public id of the source type of the Derived Relation Type.targetNode(PathTargetNodeRequest targetNode) The end node of the Derived Relation Type.targetTypePublicId(String targetTypePublicId) The public id of the target type of the Derived Relation Type.toString()
-
Method Details
-
id
- Returns:
this.
-
publicId
The public id of the Derived Relation Type.- Returns:
this.
-
description
The description of the Derived Relation Type.- Returns:
this.
-
sourceTypePublicId
The public id of the source type of the Derived Relation Type.- Returns:
this.
-
targetTypePublicId
The public id of the target type of the Derived Relation Type.- Returns:
this.
-
role
The role of the Derived Relation Type.- Returns:
this.
-
coRole
The co-role of the Derived Relation Type.- Returns:
this.
-
sourceNode
The start node of the Derived Relation Type.- Returns:
this.
-
targetNode
The end node of the Derived Relation Type.- Returns:
this.
-
intermediateNodes
public ChangeDerivedRelationTypeRequest.Builder intermediateNodes(List<PathIntermediateNodeRequest> intermediateNodes) The intermediate nodes of the Derived Relation Type.- Returns:
this.
-
build
-
toString
-