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