com.atlassian.jira.rest.client.api.domain
Class IssuelinksType

java.lang.Object
  extended by com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
      extended by com.atlassian.jira.rest.client.api.domain.IssuelinksType
All Implemented Interfaces:
AddressableEntity, NamedEntity

public class IssuelinksType
extends AddressableNamedEntity

Since:
v0.5

Field Summary
 
Fields inherited from class com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
name, self
 
Constructor Summary
IssuelinksType(URI self, String id, String name, String inward, String outward)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
           
 String getInward()
           
 String getOutward()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
getName, getSelf, getToStringHelper
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IssuelinksType

public IssuelinksType(URI self,
                      String id,
                      String name,
                      String inward,
                      String outward)
Method Detail

getId

public String getId()

getInward

public String getInward()

getOutward

public String getOutward()

toString

public String toString()
Overrides:
toString in class AddressableNamedEntity

equals

public boolean equals(Object obj)
Overrides:
equals in class AddressableNamedEntity

hashCode

public int hashCode()
Overrides:
hashCode in class AddressableNamedEntity


Copyright © 2013 Atlassian. All Rights Reserved.