Uses of Class
com.bytedesk.kbase.comment.CommentResponse
Packages that use CommentResponse
-
Uses of CommentResponse in com.bytedesk.kbase.comment
Methods in com.bytedesk.kbase.comment that return CommentResponseModifier and TypeMethodDescriptionCommentRestService.convertToResponse
(CommentEntity entity) CommentRestService.create
(CommentRequest request) CommentRestService.update
(CommentRequest request) Methods in com.bytedesk.kbase.comment that return types with arguments of type CommentResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CommentResponse>
CommentRestService.queryByOrg
(CommentRequest request) org.springframework.data.domain.Page<CommentResponse>
CommentRestService.queryByUser
(CommentRequest request)