Package com.google.gerrit.entities
Class AccountGroup
- java.lang.Object
-
- com.google.gerrit.entities.AccountGroup
-
public final class AccountGroup extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccountGroup.Id
Synthetic key to link to within the databasestatic class
AccountGroup.NameKey
Group name keystatic class
AccountGroup.UUID
Globally unique identifier.
-
Constructor Summary
Constructors Constructor Description AccountGroup()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AccountGroup.Id
id(int id)
static AccountGroup.NameKey
nameKey(String n)
static AccountGroup.UUID
uuid(String n)
-
-
-
Method Detail
-
nameKey
public static AccountGroup.NameKey nameKey(String n)
-
uuid
public static AccountGroup.UUID uuid(String n)
-
id
public static AccountGroup.Id id(int id)
-
-