Uses of Class
com.atlassian.jira.issue.fields.rest.json.beans.IssueLinkTypeJsonBean

Packages that use IssueLinkTypeJsonBean
com.atlassian.jira.issue.fields.rest   
com.atlassian.jira.issue.fields.rest.json.beans   
com.atlassian.jira.rest.v2.issue   
 

Uses of IssueLinkTypeJsonBean in com.atlassian.jira.issue.fields.rest
 

Methods in com.atlassian.jira.issue.fields.rest with parameters of type IssueLinkTypeJsonBean
 IssueLinkType IssueLinkTypeFinderImpl.findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean, ErrorCollection errors)
          Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of linkTypeBean.
 IssueLinkType IssueLinkTypeFinder.findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean, ErrorCollection errors)
          Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of the IssueLinkTypeJsonBean.
 

Uses of IssueLinkTypeJsonBean in com.atlassian.jira.issue.fields.rest.json.beans
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans that return IssueLinkTypeJsonBean
static IssueLinkTypeJsonBean IssueLinkTypeJsonBean.create(IssueLinkType issueLinkType, URI self)
           
 IssueLinkTypeJsonBean LinkIssueRequestJsonBean.getType()
           
 IssueLinkTypeJsonBean IssueLinkTypeJsonBean.id(String id)
           
 IssueLinkTypeJsonBean IssueLinkTypeJsonBean.inward(String inward)
           
 IssueLinkTypeJsonBean IssueLinkTypeJsonBean.name(String name)
           
 IssueLinkTypeJsonBean IssueLinkTypeJsonBean.outward(String outward)
           
 IssueLinkTypeJsonBean IssueLinkTypeJsonBean.self(URI self)
           
 IssueLinkTypeJsonBean IssueLinkJsonBean.type()
           
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type IssueLinkTypeJsonBean
 IssueLinkJsonBean IssueLinkJsonBean.type(IssueLinkTypeJsonBean type)
           
 

Constructors in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type IssueLinkTypeJsonBean
IssueLinkJsonBean(IssueLinkTypeJsonBean type, IssueRefJsonBean inwardIssue, IssueRefJsonBean outwardIssue, String id)
           
LinkIssueRequestJsonBean(IssueRefJsonBean fromIssueKey, IssueRefJsonBean toIssueKey, IssueLinkTypeJsonBean type, CommentJsonBean comment)
           
 

Uses of IssueLinkTypeJsonBean in com.atlassian.jira.rest.v2.issue
 

Fields in com.atlassian.jira.rest.v2.issue declared as IssueLinkTypeJsonBean
static IssueLinkTypeJsonBean IssueResourceExamples.DEPENDENT_ISSUE_LINK_TYPE
           
static IssueLinkTypeJsonBean IssueResourceExamples.SUBTASK_ISSUE_LINK_TYPE
           
 

Method parameters in com.atlassian.jira.rest.v2.issue with type arguments of type IssueLinkTypeJsonBean
static IssueLinkTypesBean IssueLinkTypesBean.create(List<IssueLinkTypeJsonBean> issueLinkTypeList)
           
 

Constructor parameters in com.atlassian.jira.rest.v2.issue with type arguments of type IssueLinkTypeJsonBean
IssueLinkTypesBean(List<IssueLinkTypeJsonBean> issueIssueLinkTypes)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.