Uses of Enum Class
pl.edu.icm.unity.engine.api.project.GroupAuthorizationRole
-
Uses of GroupAuthorizationRole in pl.edu.icm.unity.engine.api.project
Modifier and TypeMethodDescriptionDelegatedGroupManagement.getGroupAuthorizationRole
(String projectPath, long entityId) Update value of group authorization role attributestatic GroupAuthorizationRole
Returns the enum constant of this class with the specified name.static GroupAuthorizationRole[]
GroupAuthorizationRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DelegatedGroupManagement.setGroupAuthorizationRole
(String projectPath, String subgroupPath, long entityId, GroupAuthorizationRole role) Update value of group authorization role attributeModifierConstructorDescriptionDelegatedGroupMember
(long entityId, String project, String group, GroupAuthorizationRole role, String name, VerifiableElementBase email, Optional<List<Attribute>> attributes)