Class IssueType
java.lang.Object
com.atlassian.jira.rest.client.api.domain.IssueType
- All Implemented Interfaces:
AddressableEntity,IdentifiableEntity<Long>,NamedEntity
- Direct Known Subclasses:
CimIssueType
public class IssueType
extends Object
implements AddressableEntity, NamedEntity, IdentifiableEntity<Long>
Complete information about a single issue type defined in JIRA
- Since:
- v0.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IssueType
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceIdentifiableEntity<Long>
-
getName
- Specified by:
getNamein interfaceNamedEntity
-
isSubtask
public boolean isSubtask() -
getSelf
- Specified by:
getSelfin interfaceAddressableEntity- Returns:
- URI to this resource or (usually) its complete version - when partial representation is embedded in other resources
-
getDescription
-
getIconUri
-
getToStringHelper
protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper() -
toString
-
equals
-
hashCode
public int hashCode()
-