Class RemoteIssueLink.RemoteIssueLinkBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteIssueLink.RemoteIssueLinkBuilder
- Enclosing class:
- RemoteIssueLink
-
Method Summary
Modifier and TypeMethodDescriptionapplication(Application application) build()The global ID of the link, such as the ID of the item on the remote system.The ID of the link.object(RemoteObject object) relationship(String relationship) Description of the relationship between the issue and the linked item.The URL of the link.toString()
-
Method Details
-
application
- Returns:
this.
-
globalId
The global ID of the link, such as the ID of the item on the remote system.- Returns:
this.
-
id
The ID of the link.- Returns:
this.
-
object
- Returns:
this.
-
relationship
Description of the relationship between the issue and the linked item.- Returns:
this.
-
self
The URL of the link.- Returns:
this.
-
build
-
toString
-