public class RoleActor extends Object implements NamedEntity
Constructor and Description |
---|
RoleActor(Long id,
String displayName,
String type,
String name,
URI avatarUrl) |
Modifier and Type | Method and Description |
---|---|
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() |
public String getName()
getName
in interface NamedEntity
public String getDisplayName()
public String getType()
public URI getAvatarUri()
public Long getId()
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
Copyright © 2017 Atlassian. All rights reserved.