Uses of Class
com.restapi.template.api.community.comment.request.AddCommentRequest
-
Packages that use AddCommentRequest Package Description com.restapi.template.api.community.comment.controller com.restapi.template.api.community.comment.service -
-
Uses of AddCommentRequest in com.restapi.template.api.community.comment.controller
Methods in com.restapi.template.api.community.comment.controller with parameters of type AddCommentRequest Modifier and Type Method Description LinksResponseCommentController. addComment(java.lang.Long postId, AddCommentRequest addCommentRequest)댓글 작성. -
Uses of AddCommentRequest in com.restapi.template.api.community.comment.service
Methods in com.restapi.template.api.community.comment.service with parameters of type AddCommentRequest Modifier and Type Method Description voidCommentService. saveComment(java.lang.Long postId, java.lang.String requestUserId, AddCommentRequest addCommentRequest)댓글 입력.
-