Class TopicPostInput.Builder
java.lang.Object
org.junittest.forum_client_springconfiguration.TopicPostInput.Builder
- Enclosing class:
- TopicPostInput
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
TopicPostInput.builder()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAuthorId(String authorIdParam) withContent(String contentParam) withPubliclyAvailable(Boolean publiclyAvailableParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withAuthorId
-
withDate
-
withPubliclyAvailable
-
withTitle
-
withContent
-
build
-