Class BasicIssue
java.lang.Object
com.atlassian.jira.rest.client.api.domain.BasicIssue
- All Implemented Interfaces:
AddressableEntity,IdentifiableEntity<Long>
- Direct Known Subclasses:
Issue
Very basic (key and link only) representation of a JIRA issue.
- Since:
- v0.2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasicIssue
-
-
Method Details
-
getSelf
- Specified by:
getSelfin interfaceAddressableEntity- Returns:
- URI of this issue
-
getKey
- Returns:
- issue key
-
getId
- Specified by:
getIdin interfaceIdentifiableEntity<Long>- Returns:
- issue id
-
toString
-
getToStringHelper
protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper() -
equals
-
hashCode
public int hashCode()
-