Class BasicProjectRole
java.lang.Object
com.atlassian.jira.rest.client.api.domain.BasicProjectRole
- All Implemented Interfaces:
AddressableEntity,NamedEntity
- Direct Known Subclasses:
ProjectRole
Basic information about a JIRA project's role.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasicProjectRole
-
-
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- Returns:
- the name of this project role.
-
equals
-
hashCode
public int hashCode() -
toString
-
getToStringHelper
protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper()
-