Class PostsResponse
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<org.springframework.hateoas.EntityModel<T>>
-
- org.springframework.hateoas.EntityModel<PostsDto>
-
- com.restapi.template.api.community.post.response.PostsResponse
-
public class PostsResponse extends org.springframework.hateoas.EntityModel<PostsDto>
게시글 리스트 응답.- Version:
- 1.0
- Author:
- always0ne
-
-
Constructor Summary
Constructors Constructor Description PostsResponse(PostsDto post, org.springframework.hateoas.Link... links)게시글 리스트 응답.
-
Method Summary
-
Methods inherited from class org.springframework.hateoas.EntityModel
equals, getContent, hashCode, toString
-
-
-
-
Constructor Detail
-
PostsResponse
public PostsResponse(PostsDto post, org.springframework.hateoas.Link... links)
게시글 리스트 응답. self Link, APIDocs Link- Parameters:
post- 게시글 데이터links- 추가 링크
-
-