public class Group extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SELECTED_GROUP_ID_KEY |
Constructor and Description |
---|
Group() |
Group(String id,
String name,
String email,
boolean isCurrentSignerMember) |
Modifier and Type | Method and Description |
---|---|
String |
getEmail() |
static Group |
getGroupForId(String groupId) |
String |
getId() |
String |
getName() |
static List<Group> |
getUserGroups() |
boolean |
isCurrentSignerMember() |
static void |
setUserGroups(List<Group> userGroups) |
public static final String SELECTED_GROUP_ID_KEY