Interface Task.Status

All Known Implementing Classes:
TaskImpl.StatusImpl, TaskListImpl.StatusImpl
Enclosing interface:
Task

public static interface Task.Status
Represents a status of a task.
  • Method Details

    • getId

      String getId()
    • getStatus

      String getStatus()
    • getColor

      Color getColor()
    • getOrderIndex

      int getOrderIndex()
    • getType

      String getType()