Class RoleActor
java.lang.Object
com.atlassian.jira.rest.client.api.domain.RoleActor
- All Implemented Interfaces:
NamedEntity
Association between users and project roles.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RoleActor
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNamedEntity
-
getDisplayName
- Returns:
- the viewable name of this role actor.
-
getType
- Returns:
- string identifying the implementation type.
-
getAvatarUri
- Returns:
- an URI of the avatar of this role actor.
-
getId
- Returns:
- the unique identifier for this role actor.
-
equals
-
hashCode
public int hashCode() -
toString
-
getToStringHelper
protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper()
-