Class AddressableNamedEntity
java.lang.Object
com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
- All Implemented Interfaces:
AddressableEntity,NamedEntity
- Direct Known Subclasses:
BasicPriority,BasicUser,Filter,Group,IssuelinksType,Resolution,SecurityLevel,Status,StatusCategory
Any resource which is addressable (has "self" URI) and has a name.
- Since:
- v0.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
self
-
name
-
-
Constructor Details
-
AddressableNamedEntity
-
-
Method Details
-
getSelf
- Specified by:
getSelfin interfaceAddressableEntity- Returns:
- URI to this resource or (usually) its complete version - when partial representation is embedded in other resources
-
getName
- Specified by:
getNamein interfaceNamedEntity
-
toString
-
getToStringHelper
protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper() -
equals
-
hashCode
public int hashCode()
-