Interface ProjectMemberRole


public interface ProjectMemberRole
The ProjectMemberRole represents the role a user has in a project team.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a human readable name of this role suitable for display.
    Return the id of this role
  • Method Details

    • getId

      String getId()
      Return the id of this role
      Returns:
      the id of this role
    • getDisplayName

      String getDisplayName()
      Returns a human readable name of this role suitable for display.
      Returns:
      the display name of this role