Class RelatedAssetReference.Builder
Object
Builder
- Enclosing class:
RelatedAssetReference
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the asset which the issue is related to.build()
but()
Deprecated.This method will be removed in the future.The direction of the relation where true means the issue is the source and false means the issue is the target.relationTypeId
(UUID relationTypeId) The ID of relation type for related asset.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useRelatedAssetReference.builder()
Clone method for this Builder. -
assetId
The ID of the asset which the issue is related to.- Returns:
this
.
-
relationTypeId
The ID of relation type for related asset.- Returns:
this
.
-
direction
The direction of the relation where true means the issue is the source and false means the issue is the target.- Returns:
this
.
-
build
-
toString
-