Class DelegatedGroupMember
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
-
public class DelegatedGroupMember extends Object
Holds information about delegated group member.- Author:
- P.Piernik
-
-
Field Summary
Fields Modifier and Type Field Description List<Attribute>
attributes
VerifiableElementBase
email
long
entityId
String
group
String
name
String
project
GroupAuthorizationRole
role
-
Constructor Summary
Constructors Constructor Description DelegatedGroupMember(long entityId, String project, String group, GroupAuthorizationRole role, String name, VerifiableElementBase email, Optional<List<Attribute>> attributes)
-
-
-
Field Detail
-
entityId
public final long entityId
-
project
public final String project
-
group
public final String group
-
role
public final GroupAuthorizationRole role
-
name
public final String name
-
email
public final VerifiableElementBase email
-
-
Constructor Detail
-
DelegatedGroupMember
public DelegatedGroupMember(long entityId, String project, String group, GroupAuthorizationRole role, String name, VerifiableElementBase email, Optional<List<Attribute>> attributes)
-
-