com.atlassian.jira.issue.fields.rest.json.beans
Class LinkIssueRequestJsonBean

java.lang.Object
  extended by com.atlassian.jira.issue.fields.rest.json.beans.LinkIssueRequestJsonBean

public class LinkIssueRequestJsonBean
extends Object

JAXB bean for link issue requests.

Since:
v4.3

Constructor Summary
LinkIssueRequestJsonBean()
           
LinkIssueRequestJsonBean(IssueRefJsonBean fromIssueKey, IssueRefJsonBean toIssueKey, IssueLinkTypeJsonBean type, CommentJsonBean comment)
           
 
Method Summary
 CommentJsonBean getComment()
           
 IssueLinkTypeJsonBean getType()
           
 IssueRefJsonBean inwardIssue()
           
 IssueRefJsonBean outwardIssue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkIssueRequestJsonBean

public LinkIssueRequestJsonBean()

LinkIssueRequestJsonBean

public LinkIssueRequestJsonBean(IssueRefJsonBean fromIssueKey,
                                IssueRefJsonBean toIssueKey,
                                IssueLinkTypeJsonBean type,
                                CommentJsonBean comment)
Method Detail

getType

public IssueLinkTypeJsonBean getType()

getComment

public CommentJsonBean getComment()

inwardIssue

public IssueRefJsonBean inwardIssue()

outwardIssue

public IssueRefJsonBean outwardIssue()


Copyright © 2002-2013 Atlassian. All Rights Reserved.