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 |
Constructor and Description |
---|
AccountInfo(Integer id) |
public Integer _accountId
public String name
public String email
public String username
public List<AvatarInfo> avatars
public Boolean _moreAccounts
public String status
public AccountInfo(Integer id)