Interface Assignment

All Superinterfaces:
Activity

public interface Assignment extends Activity
Represents an assignment
  • Method Details

    • getAssigneesUserNames

      @Deprecated List<String> getAssigneesUserNames()
      Deprecated.
      Deprecated since 6.17.0. Use getAssignee() instead.
      Returns:
      the list of assignees
      Since:
      1.0
    • getAssignee

      String getAssignee()
      Returns:
      the username of the assignee
      Since:
      6.17.0