com.atlassian.jira.rest.client.api.domain
Class IssueLinkType
java.lang.Object
com.atlassian.jira.rest.client.api.domain.IssueLinkType
- All Implemented Interfaces:
- NamedEntity
public class IssueLinkType
- extends Object
- implements NamedEntity
Type of a link between two JIRA issues
- Since:
- v0.1
IssueLinkType
public IssueLinkType(String name,
String description,
IssueLinkType.Direction direction)
getName
public String getName()
- Specified by:
getName in interface NamedEntity
getDescription
public String getDescription()
getDirection
public IssueLinkType.Direction getDirection()
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2014 Atlassian. All Rights Reserved.