java.lang.Object
com.atlassian.jira.rest.client.api.domain.RoleActor
All Implemented Interfaces:
NamedEntity

public class RoleActor extends Object implements NamedEntity
Association between users and project roles.
Since:
1.0
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface NamedEntity
    • getDisplayName

      public String getDisplayName()
      Returns:
      the viewable name of this role actor.
    • getType

      public String getType()
      Returns:
      string identifying the implementation type.
    • getAvatarUri

      public URI getAvatarUri()
      Returns:
      an URI of the avatar of this role actor.
    • getId

      public Long getId()
      Returns:
      the unique identifier for this role actor.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getToStringHelper

      protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper()