com.atlassian.jira.rest.client.api.domain
Class RoleActor

java.lang.Object
  extended by 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 Summary
RoleActor(Long id, String displayName, String type, String name, URI avatarUrl)
           
 
Method Summary
 boolean equals(Object o)
           
 URI getAvatarUri()
           
 String getDisplayName()
           
 Long getId()
           
 String getName()
           
protected  com.google.common.base.Objects.ToStringHelper getToStringHelper()
           
 String getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleActor

public RoleActor(Long id,
                 String displayName,
                 String type,
                 String name,
                 @Nullable
                 URI avatarUrl)
Method Detail

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.Objects.ToStringHelper getToStringHelper()


Copyright © 2012 Atlassian. All Rights Reserved.