Class CharacterInput
java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.CharacterInput
- All Implemented Interfaces:
AllInputTypes1,AllInputTypes2
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Builder that helps building instance of this POJO. -
Constructor Summary
ConstructorsConstructorDescriptionGenerated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java) -
Method Summary
Modifier and TypeMethodDescriptionstatic CharacterInput.Builderbuilder()getName()getType()voidsetAppearsIn(List<Episode> appearsIn) voidsetFriends(List<CharacterInput> friends) voidvoidtoString()
-
Constructor Details
-
CharacterInput
public CharacterInput()Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java)
-
-
Method Details