Class Post
java.lang.Object
org.junittest.forum_server_springconfiguration.Post
- 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
ConstructorsConstructorDescriptionPost()Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java) -
Method Summary
Modifier and TypeMethodDescriptionstatic Post.Builderbuilder()getDate()getId()getTitle()voidvoidsetAuthorId(String authorId) voidsetContent(String content) voidvoidvoidsetPubliclyAvailable(Boolean publiclyAvailable) voidvoidsetTopicId(String topicId) toString()
-
Constructor Details
-
Post
public Post()Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java)
-
-
Method Details