Uses of Class
com.restapi.template.api.common.response.LinksResponse
-
Packages that use LinksResponse Package Description com.restapi.template.api.community.comment.controller com.restapi.template.api.community.post.controller -
-
Uses of LinksResponse in com.restapi.template.api.community.comment.controller
Methods in com.restapi.template.api.community.comment.controller that return LinksResponse Modifier and Type Method Description LinksResponseCommentController. addComment(java.lang.Long postId, AddCommentRequest addCommentRequest)댓글 작성.LinksResponseCommentController. deleteComment(java.lang.Long postId, java.lang.Long commentId)댓글 삭제.LinksResponseCommentController. updateComment(java.lang.Long postId, java.lang.Long commentId, UpdateCommentRequest updateCommentRequest)댓글 수정. -
Uses of LinksResponse in com.restapi.template.api.community.post.controller
Methods in com.restapi.template.api.community.post.controller that return LinksResponse Modifier and Type Method Description LinksResponsePostController. deletePost(java.lang.Long postId)게시글 삭제.LinksResponsePostController. savePost(ModifyPostRequest modifyPostRequest, javax.servlet.http.HttpServletResponse response)게시글 작성.LinksResponsePostController. updatePost(java.lang.Long postId, ModifyPostRequest modifyPostRequest)게시글 수정.
-