public class CreateGroupArgs extends Object
Modifier and Type | Field and Description |
---|---|
String |
groupDescription |
Collection<? extends com.google.gerrit.reviewdb.client.Account.Id> |
initialMembers |
com.google.gerrit.reviewdb.client.AccountGroup.Id |
ownerGroupId |
boolean |
visibleToAll |
Constructor and Description |
---|
CreateGroupArgs() |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.AccountGroup.NameKey |
getGroup() |
String |
getGroupName() |
void |
setGroupName(com.google.gerrit.reviewdb.client.AccountGroup.NameKey n) |
void |
setGroupName(String n) |
public String groupDescription
public boolean visibleToAll
public com.google.gerrit.reviewdb.client.AccountGroup.Id ownerGroupId
public Collection<? extends com.google.gerrit.reviewdb.client.Account.Id> initialMembers