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 Details

    • IssueType

      public IssueType(URI self, Long id, String name, boolean isSubtask, String description, URI iconUri)
  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in interface IdentifiableEntity<Long>
    • getName

      public String getName()
      Specified by:
      getName in interface NamedEntity
    • isSubtask

      public boolean isSubtask()
    • getSelf

      public URI getSelf()
      Specified by:
      getSelf in interface AddressableEntity
      Returns:
      URI to this resource or (usually) its complete version - when partial representation is embedded in other resources
    • getDescription

      public String getDescription()
    • getIconUri

      public URI getIconUri()
    • getToStringHelper

      protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper()
    • 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