Class Topic.Builder
java.lang.Object
com.graphql_java_generator.domain.client.forum.Topic.Builder
- Enclosing class:
- Topic
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
Topic.builder()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAuthor
(Member author) withContent
(String content) withNbPosts
(Integer nbPosts) withPubliclyAvailable
(Boolean publiclyAvailable)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withDate
-
withAuthor
-
withPubliclyAvailable
-
withNbPosts
-
withTitle
-
withContent
-
withPosts
-
build
-