com.atlassian.jira.issue.fields.rest.json.beans
Class IssueLinkJsonBean
java.lang.Object
com.atlassian.jira.issue.fields.rest.json.beans.IssueLinkJsonBean
public class IssueLinkJsonBean
- extends Object
This bean holds the information that is reported for each issue link.
- Since:
- v4.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueLinkJsonBean
public IssueLinkJsonBean()
IssueLinkJsonBean
public IssueLinkJsonBean(IssueLinkTypeJsonBean type,
IssueRefJsonBean inwardIssue,
IssueRefJsonBean outwardIssue,
String id)
type
public IssueLinkTypeJsonBean type()
getId
public String getId()
id
public IssueLinkJsonBean id(String id)
self
public IssueLinkJsonBean self(URI selfUri)
type
public IssueLinkJsonBean type(IssueLinkTypeJsonBean type)
inwardIssue
public IssueRefJsonBean inwardIssue()
inwardIssue
public IssueLinkJsonBean inwardIssue(IssueRefJsonBean inwardIssue)
outwardIssue
public IssueRefJsonBean outwardIssue()
outwardIssue
public IssueLinkJsonBean outwardIssue(IssueRefJsonBean outwardIssue)
Copyright © 2002-2012 Atlassian. All Rights Reserved.