Package com.adobe.cq.projects.api
Interface ProjectMember
public interface ProjectMember
Represents a member of a team.
-
Method Details
-
getId
String getId()Returns the id of this project member.- Returns:
- the id of this project member.
-
getRoles
Set<ProjectMemberRole> getRoles()Returns the roles of this project member.- Returns:
- the roles of this project member.
- See Also:
-