| Package | Description |
|---|---|
| pl.edu.icm.unity.engine.api.project |
| Modifier and Type | Field and Description |
|---|---|
GroupAuthorizationRole |
DelegatedGroupMember.role |
| Modifier and Type | Method and Description |
|---|---|
static GroupAuthorizationRole |
GroupAuthorizationRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupAuthorizationRole[] |
GroupAuthorizationRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatedGroupManagement.setGroupAuthorizationRole(String projectPath,
long entityId,
GroupAuthorizationRole role)
Update value of group authorization role attribute
|
| Constructor and Description |
|---|
DelegatedGroupMember(long entityId,
String project,
String group,
GroupAuthorizationRole role,
String name,
pl.edu.icm.unity.types.basic.VerifiableElementBase email,
Optional<List<pl.edu.icm.unity.types.basic.Attribute>> attributes) |
Copyright © 2020 Unity. All rights reserved.