Class FindRelatedAssetsRequest.Builder
Object
Builder
- Enclosing class:
FindRelatedAssetsRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()relationDirection(RelationDirection relationDirection) The direction in which the relation is traversed.relationTypePublicId(String relationTypePublicId) The public ID of the relation type to traverse (e.g.sourceAssetId(UUID sourceAssetId) The ID of the asset whose relations are traversed.toString()
-
Method Details
-
sourceAssetId
The ID of the asset whose relations are traversed.- Returns:
this.
-
relationTypePublicId
The public ID of the relation type to traverse (e.g."ColumnIsPartOfTable").- Returns:
this.
-
relationDirection
The direction in which the relation is traversed. UseRelationDirection.TO_TARGETto follow relations from the source asset to their targets, orRelationDirection.TO_SOURCEto follow relations in the opposite direction.- Returns:
this.
-
build
-
toString
-