Class Human.Builder
java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.Human.Builder
- Enclosing class:
- Human
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
Human.builder()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAppearsIn(List<Episode> appearsInParam) withBestFriend(Character bestFriendParam) withComments(List<String> commentsParam) withFriends(List<Character> friendsParam) withHomePlanet(String homePlanetParam) withNbComments(Integer nbCommentsParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withName
-
withBestFriend
-
withFriends
-
withNbComments
-
withComments
-
withAppearsIn
-
withHomePlanet
-
withAge
-
withAge2
-
build
-