| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.fields.rest.json.beans.IssueLinksBeanBuilder |
Builder for IssueLinkJsonBean instances.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Build a List of IssueLinkJsonBean objects representing the issue links for the current Issue object.
| |||||||||||
Builds an IssueLinkJsonBean from an IssueLink.
| |||||||||||
Build an IssueLinkJsonBean object representing the parent link for the current Issue object.
| |||||||||||
Build a List of IssueLinkJsonBean objects representing the sub-task links for the current Issue object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Build a List of IssueLinkJsonBean objects representing the issue links for the current Issue object.
Builds an IssueLinkJsonBean from an IssueLink.
| issueLinkType | an IssueLinkType instance |
|---|---|
| issue | an Issue that is linked to this.issue |
| isOutbound | a boolean indicating whether it's an outbound link |
| id | issue link id |
Build an IssueLinkJsonBean object representing the parent link for the current Issue object.
Build a List of IssueLinkJsonBean objects representing the sub-task links for the current Issue object.

