public class SimpleUser extends Object
Constructor and Description |
---|
SimpleUser() |
SimpleUser(String displayName,
String name,
String avatarUrl,
boolean active) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,String> |
getAvatarUrls() |
String |
getDisplayName() |
String |
getName() |
int |
hashCode() |
boolean |
isActive() |
String |
toString() |
Copyright © 2002-2022 Atlassian. All Rights Reserved.