Interface GetTaskInfoResultModel


public interface GetTaskInfoResultModel
  • Method Details

    • getName

      String getName()
    • getDisplayName

      String getDisplayName()
    • isManuallyAssigned

      boolean isManuallyAssigned()
    • getUsers

      List<String> getUsers()
    • getTeams

      List<String> getTeams()
    • getRoles

      List<String> getRoles()
    • getDescription

      String getDescription()
    • getTimeoutDate

      Date getTimeoutDate()
    • getDueDate

      Date getDueDate()
    • getStartDate

      Date getStartDate()
    • getStatus

      String getStatus()
    • getPriority

      Integer getPriority()
    • getCustomFields

      Map<String,String> getCustomFields()
    • getAuthorizedRoles

      List<String> getAuthorizedRoles()