Class TaskResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.core.task.TaskResponse
All Implemented Interfaces:
Serializable

public class TaskResponse extends BaseResponse
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • description

      private String description
    • type

      private String type
    • color

      private String color
    • order

      private Integer order
    • taskListUid

      private String taskListUid
    • status

      private String status
    • priority

      private String priority
    • images

      private List<String> images
      Task images (URLs)
    • commentCount

      private Integer commentCount
      Comment count
    • likeCount

      private Integer likeCount
      Like count
    • favoriteCount

      private Integer favoriteCount
      Favorite/collect count
    • liked

      private Boolean liked
      Whether current user liked this task
    • favorited

      private Boolean favorited
      Whether current user favorited/collected this task
    • startAt

      private ZonedDateTime startAt
    • dueAt

      private ZonedDateTime dueAt
    • completedAt

      private ZonedDateTime completedAt
  • Constructor Details

    • TaskResponse

      public TaskResponse()