public class AccountInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AccountInfo.AvatarInfo |
static class |
AccountInfo.Loader |
Modifier and Type | Field and Description |
---|---|
Integer |
_accountId |
com.google.gerrit.reviewdb.client.Account.Id |
_id |
List<AccountInfo.AvatarInfo> |
avatars |
String |
email |
String |
name |
String |
username |
Constructor and Description |
---|
AccountInfo(com.google.gerrit.reviewdb.client.Account.Id id) |