Package org.allGraphQLCases.client2
Class HumanInput.Builder
java.lang.Object
org.allGraphQLCases.client2.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
-
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
-