| Package | Description |
|---|---|
| org.languagetool.server |
| Modifier and Type | Method and Description |
|---|---|
static GroupRoles |
GroupRoles.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupRoles[] |
GroupRoles.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<GroupRoles> |
GroupRoles.decode(String value) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GroupRoles.hasPermissions(String role,
GroupRoles... roles) |
| Modifier and Type | Method and Description |
|---|---|
static String |
GroupRoles.encode(List<GroupRoles> roles) |
| Constructor and Description |
|---|
DBGroupMember(Long id,
Long groupId,
Long userId,
GroupRoles role) |
| Constructor and Description |
|---|
DBGroupMember(Long id,
Long groupId,
Long userId,
List<GroupRoles> roles) |