Class Query
java.lang.Object
org.junittest.forum_server_springconfiguration.Query
- 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
ConstructorsConstructorDescriptionQuery()Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java) -
Method Summary
Modifier and TypeMethodDescriptionstatic Query.Builderbuilder()voidvoidsetFindTopics(List<Topic> findTopics) voidsetNbBoards(Integer nbBoards) voidtoString()
-
Constructor Details
-
Query
public Query()Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java)
-
-
Method Details