public class BasicIssueType extends Object implements AddressableEntity, NamedEntity, IdentifiableEntity<Long>
| Constructor and Description |
|---|
BasicIssueType(URI self,
Long id,
String name,
boolean isSubtask) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId() |
String |
getName() |
URI |
getSelf() |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper()
Returns ToStringHelper with all fields inserted.
|
int |
hashCode() |
boolean |
isSubtask() |
String |
toString() |
@Nullable public Long getId()
getId in interface IdentifiableEntity<Long>public String getName()
getName in interface NamedEntitypublic boolean isSubtask()
public URI getSelf()
getSelf in interface AddressableEntityprotected com.google.common.base.Objects.ToStringHelper getToStringHelper()
Copyright © 2013 Atlassian. All Rights Reserved.