Class AccountStateInfo
java.lang.Object
com.google.gerrit.extensions.common.AccountStateInfo
Representation of an account state in the REST API.
This class determines the JSON format of account states in the REST API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe account details.The global capabilities of the account.The external IDs of the account.The groups that contain the account as a member.Account metadata populated by plugins. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
account
The account details. -
capabilities
The global capabilities of the account. -
groups
The groups that contain the account as a member. -
externalIds
The external IDs of the account. -
metadata
Account metadata populated by plugins.
-
-
Constructor Details
-
AccountStateInfo
public AccountStateInfo()
-