Class HumanInput
java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.HumanInput
- All Implemented Interfaces:
AllInputTypes1
,AllInputTypes2
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
ConstructorsConstructorDescriptionObject content, generated by the 'object_content.vm.java' default template from graphql-java-generator -
Method Summary
Modifier and TypeMethodDescriptionstatic HumanInput.Builder
builder()
getName()
void
setAppearsIn
(List<Episode> appearsIn) void
setBestFriend
(CharacterInput bestFriend) void
setComments
(List<String> comments) void
setFriends
(List<CharacterInput> friends) void
setHomePlanet
(String homePlanet) void
void
setNbComments
(Integer nbComments) toString()
-
Constructor Details
-
HumanInput
public HumanInput()Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator
-
-
Method Details