Class Mutation.Builder
java.lang.Object
org.junittest.forum_server_springconfiguration.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 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
-