Uses of Class
com.restapi.template.api.community.comment.request.UpdateCommentRequest
-
Packages that use UpdateCommentRequest Package Description com.restapi.template.api.community.comment.controller com.restapi.template.api.community.comment.service -
-
Uses of UpdateCommentRequest in com.restapi.template.api.community.comment.controller
Methods in com.restapi.template.api.community.comment.controller with parameters of type UpdateCommentRequest Modifier and Type Method Description LinksResponseCommentController. updateComment(java.lang.Long postId, java.lang.Long commentId, UpdateCommentRequest updateCommentRequest)댓글 수정. -
Uses of UpdateCommentRequest in com.restapi.template.api.community.comment.service
Methods in com.restapi.template.api.community.comment.service with parameters of type UpdateCommentRequest Modifier and Type Method Description voidCommentService. updateComment(java.lang.Long postId, java.lang.Long commentId, java.lang.String requestUserId, UpdateCommentRequest updateCommentRequest)댓글 수정.
-