Class Post.Builder
java.lang.Object
com.graphql_java_generator.samples.forum.client.graphql.forum.client.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
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAuthor
(Member authorParam) withContent
(String contentParam) withPubliclyAvailable
(Boolean publiclyAvailableParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withDate
-
withAuthor
-
withPubliclyAvailable
-
withTitle
-
withContent
-
build
-