Uses of Class
com.bytedesk.douyin.comment.DouyinCommentResponse
Packages that use DouyinCommentResponse
-
Uses of DouyinCommentResponse in com.bytedesk.douyin.comment
Methods in com.bytedesk.douyin.comment that return DouyinCommentResponseModifier and TypeMethodDescriptionDouyinCommentService.convertToResponse
(DouyinCommentEntity entity) DouyinCommentService.create
(DouyinCommentRequest request) DouyinCommentService.queryByUid
(DouyinCommentRequest request) DouyinCommentService.update
(DouyinCommentRequest request) Methods in com.bytedesk.douyin.comment that return types with arguments of type DouyinCommentResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<DouyinCommentResponse>
DouyinCommentService.queryByOrg
(DouyinCommentRequest request) org.springframework.data.domain.Page<DouyinCommentResponse>
DouyinCommentService.queryByUser
(DouyinCommentRequest request)