Class Mutation.Builder
java.lang.Object
com.graphql_java_generator.domain.client.forum.Mutation.Builder
- Enclosing class:
- Mutation
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
Mutation.builder()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withCreateBoard
(Board createBoard) withCreateMember
(Member createMember) withCreatePost
(Post createPost) withCreatePosts
(List<Post> createPosts) withCreateTopic
(Topic createTopic)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withCreateBoard
-
withCreateTopic
-
withCreatePost
-
withCreatePosts
-
withCreateMember
-
build
-