Uses of Class
com.bytedesk.kanban.task.TaskResponse
Packages that use TaskResponse
Package
Description
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
-
Uses of TaskResponse in com.bytedesk.kanban.task
Methods in com.bytedesk.kanban.task that return TaskResponseModifier and TypeMethodDescriptionTaskRestService.convertToResponse
(TaskEntity entity) TaskRestService.create
(TaskRequest request) TaskRestService.queryByUid
(TaskRequest request) TaskRestService.update
(TaskRequest request) Methods in com.bytedesk.kanban.task that return types with arguments of type TaskResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TaskResponse>
TaskRestService.queryByOrg
(TaskRequest request) org.springframework.data.domain.Page<TaskResponse>
TaskRestService.queryByUser
(TaskRequest request) -
Uses of TaskResponse in com.bytedesk.kanban.todo_list
Fields in com.bytedesk.kanban.todo_list with type parameters of type TaskResponse