Uses of Class
com.bytedesk.core.task_comment.TaskCommentResponse
Packages that use TaskCommentResponse
-
Uses of TaskCommentResponse in com.bytedesk.core.task_comment
Methods in com.bytedesk.core.task_comment that return TaskCommentResponseModifier and TypeMethodDescriptionTaskCommentRestService.convertToResponse(TaskCommentEntity entity) TaskCommentRestService.create(TaskCommentRequest request) private TaskCommentResponseTaskCommentRestService.createInternal(TaskCommentRequest request, boolean skipPermissionCheck) TaskCommentRestService.createSystemTaskComment(TaskCommentRequest request) private TaskCommentResponseTaskCommentRestService.createTaskComment(TaskCommentRequest request) TaskCommentRestService.update(TaskCommentRequest request) Methods in com.bytedesk.core.task_comment that return types with arguments of type TaskCommentResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TaskCommentResponse>TaskCommentRestService.queryByOrg(TaskCommentRequest request) org.springframework.data.domain.Page<TaskCommentResponse>TaskCommentRestService.queryByTask(TaskCommentRequest request) org.springframework.data.domain.Page<TaskCommentResponse>TaskCommentRestService.queryByUser(TaskCommentRequest request)