public class IssueType extends Object implements AddressableEntity, NamedEntity, IdentifiableEntity<Long>
| Constructor and Description |
|---|
IssueType(URI self,
Long id,
String name,
boolean isSubtask,
String description,
URI iconUri) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
URI |
getIconUri() |
Long |
getId() |
String |
getName() |
URI |
getSelf() |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper() |
int |
hashCode() |
boolean |
isSubtask() |
String |
toString() |
public Long getId()
getId in interface IdentifiableEntity<Long>public String getName()
getName in interface NamedEntitypublic boolean isSubtask()
public URI getSelf()
getSelf in interface AddressableEntitypublic String getDescription()
public URI getIconUri()
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
Copyright © 2017 Atlassian. All rights reserved.