Class AccountDetailInfo
java.lang.Object
com.google.gerrit.extensions.common.AccountInfo
com.google.gerrit.extensions.common.AccountDetailInfo
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.Tags
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe 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 -
Method Summary
Methods inherited from class com.google.gerrit.extensions.common.AccountInfo
equals, hashCode, toString
-
Field Details
-
registeredOn
The timestamp of when the account was registered.
-
-
Constructor Details
-
AccountDetailInfo
-
-
Method Details
-
setRegisteredOn
-