Class AccountDetailInfo
- java.lang.Object
-
- com.google.gerrit.extensions.common.AccountInfo
-
- com.google.gerrit.extensions.common.AccountDetailInfo
-
public class AccountDetailInfo extends AccountInfo
Representation of a (detailed) account in the REST API.This class determines the JSON format of (detailed) accounts in the REST API.
This class extends
AccountInfo
(which defines fields for account properties that are frequently used) and provides additional fields for account details which are needed only in some cases.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gerrit.extensions.common.AccountInfo
AccountInfo.Tag
-
-
Field Summary
Fields Modifier and Type Field Description Timestamp
registeredOn
The timestamp of when the account was registered.-
Fields inherited from class com.google.gerrit.extensions.common.AccountInfo
_accountId, _moreAccounts, avatars, displayName, email, inactive, name, secondaryEmails, status, tags, username
-
-
Constructor Summary
Constructors Constructor Description AccountDetailInfo(Integer id)
-