Package org.forum.server.graphql
Class Post.Builder
java.lang.Object
org.forum.server.graphql.Post.Builder
- Enclosing class:
- Post
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
Post.builder()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAuthor
(Member authorParam) withAuthorId
(Long authorIdParam) withContent
(String contentParam) withPubliclyAvailable
(Boolean publiclyAvailableParam) withTopicId
(Long topicIdParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withDate
-
withAuthor
-
withPubliclyAvailable
-
withTitle
-
withContent
-
withAuthorId
-
withTopicId
-
build
-