public class AccountInfo extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
_accountId |
Boolean |
_moreAccounts |
List<AvatarInfo> |
avatars |
String |
email |
String |
name |
List<String> |
secondaryEmails |
String |
status |
String |
username |
Modifier | Constructor and Description |
---|---|
protected |
AccountInfo() |
|
AccountInfo(Integer id) |
|
AccountInfo(String name,
String email)
To be used ONLY in connection with unregistered reviewers and CCs.
|
public Integer _accountId
public String name
public String email
public String username
public List<AvatarInfo> avatars
public Boolean _moreAccounts
public String status