Package org.forum.client
Class Mutation.Builder
java.lang.Object
org.forum.client.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
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withCreateBoard
(Board createBoardParam) withCreateMember
(Member createMemberParam) withCreatePost
(Post createPostParam) withCreatePosts
(List<Post> createPostsParam) withCreateTopic
(Topic createTopicParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withCreateBoard
-
withCreateTopic
-
withCreatePost
-
withCreatePosts
-
withCreateMember
-
build
-