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

java.lang.Object
  extended by 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

Constructor Summary
IssueLinkJsonBean()
           
IssueLinkJsonBean(IssueLinkTypeJsonBean type, IssueRefJsonBean inwardIssue, IssueRefJsonBean outwardIssue, String id)
           
 
Method Summary
 String getId()
           
 IssueLinkJsonBean id(String id)
           
 IssueRefJsonBean inwardIssue()
           
 IssueLinkJsonBean inwardIssue(IssueRefJsonBean inwardIssue)
           
 IssueRefJsonBean outwardIssue()
           
 IssueLinkJsonBean outwardIssue(IssueRefJsonBean outwardIssue)
           
 IssueLinkJsonBean self(URI selfUri)
           
 IssueLinkTypeJsonBean type()
           
 IssueLinkJsonBean type(IssueLinkTypeJsonBean type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueLinkJsonBean

public IssueLinkJsonBean()

IssueLinkJsonBean

public IssueLinkJsonBean(IssueLinkTypeJsonBean type,
                         IssueRefJsonBean inwardIssue,
                         IssueRefJsonBean outwardIssue,
                         String id)
Method Detail

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.