Uses of Class
com.graphql_java_generator.domain.client.allGraphQLCases.HumanInput.Builder
Packages that use HumanInput.Builder
-
Uses of HumanInput.Builder in com.graphql_java_generator.domain.client.allGraphQLCases
Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return HumanInput.BuilderModifier and TypeMethodDescriptionstatic HumanInput.Builder
HumanInput.builder()
HumanInput.Builder.withAppearsIn
(List<Episode> appearsIn) HumanInput.Builder.withBestFriend
(CharacterInput bestFriend) HumanInput.Builder.withComments
(List<String> comments) HumanInput.Builder.withFriends
(List<CharacterInput> friends) HumanInput.Builder.withHomePlanet
(String homePlanet) HumanInput.Builder.withNbComments
(Integer nbComments)