Uses of Class
pl.edu.icm.unity.engine.api.project.GroupAuthorizationRole
-
Packages that use GroupAuthorizationRole Package Description pl.edu.icm.unity.engine.api.project -
-
Uses of GroupAuthorizationRole in pl.edu.icm.unity.engine.api.project
Fields in pl.edu.icm.unity.engine.api.project declared as GroupAuthorizationRole Modifier and Type Field Description GroupAuthorizationRole
DelegatedGroupMember. role
Methods in pl.edu.icm.unity.engine.api.project that return GroupAuthorizationRole Modifier and Type Method Description static GroupAuthorizationRole
GroupAuthorizationRole. valueOf(java.lang.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.Methods in pl.edu.icm.unity.engine.api.project with parameters of type GroupAuthorizationRole Modifier and Type Method Description void
DelegatedGroupManagement. setGroupAuthorizationRole(java.lang.String projectPath, long entityId, GroupAuthorizationRole role)
Update value of group authorization role attributeConstructors in pl.edu.icm.unity.engine.api.project with parameters of type GroupAuthorizationRole Constructor Description DelegatedGroupMember(long entityId, java.lang.String project, java.lang.String group, GroupAuthorizationRole role, java.lang.String name, pl.edu.icm.unity.types.basic.VerifiableElementBase email, java.util.Optional<java.util.List<pl.edu.icm.unity.types.basic.Attribute>> attributes)
-