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