Interface ProjectMember


public interface ProjectMember
Represents a member of a team.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the id of this project member.
    Returns the roles of this project member.
  • 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: