Package com.adobe.cq.projects.api
Interface ProjectMember
-
public interface ProjectMemberRepresents a member of a team.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Returns the id of this project member.java.util.Set<ProjectMemberRole>getRoles()Returns the roles of this project member.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Returns the id of this project member.- Returns:
- the id of this project member.
-
getRoles
java.util.Set<ProjectMemberRole> getRoles()
Returns the roles of this project member.- Returns:
- the roles of this project member.
- See Also:
ProjectMemberRole
-
-