public class ReviewerInfo extends AccountInfo
Modifier and Type | Field and Description |
---|---|
Map<String,String> |
approvals
Map of label name to initial value for each approval the reviewer is responsible for. |
_accountId, _moreAccounts, avatars, email, name, secondaryEmails, status, username
Constructor and Description |
---|
ReviewerInfo(Integer id) |
Modifier and Type | Method and Description |
---|---|
static ReviewerInfo |
byEmail(String name,
String email) |
String |
toString() |
equals, hashCode
public ReviewerInfo(Integer id)