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