Class Post.Builder
java.lang.Object
org.junittest.forum_server_springconfiguration.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
(String authorIdParam) withContent
(String contentParam) withPubliclyAvailable
(Boolean publiclyAvailableParam) withTopicId
(String topicIdParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withDate
-
withAuthor
-
withPubliclyAvailable
-
withTitle
-
withContent
-
withAuthorId
-
withTopicId
-
build
-