Class TopicPostInput
java.lang.Object
org.junittest.forum_server_springconfiguration.TopicPostInput
- 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 TopicPostInput.Builderbuilder()getDate()getTitle()voidsetAuthorId(String authorId) voidsetContent(String content) voidvoidsetPubliclyAvailable(Boolean publiclyAvailable) voidtoString()
-
Constructor Details
-
TopicPostInput
public TopicPostInput()Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java)
-
-
Method Details