Class Post.Builder
java.lang.Object
com.graphql_java_generator.domain.client.forum.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 author) withContent
(String content) withPubliclyAvailable
(Boolean publiclyAvailable)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withDate
-
withAuthor
-
withPubliclyAvailable
-
withTitle
-
withContent
-
build
-