Package org.forum.server.graphql
Class Post
java.lang.Object
org.forum.server.graphql.Post
- 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
ConstructorsConstructorDescriptionPost()
Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator -
Method Summary
Modifier and TypeMethodDescriptionstatic Post.Builder
builder()
getDate()
getId()
getTitle()
void
void
setAuthorId
(Long authorId) void
setContent
(String content) void
void
void
setPubliclyAvailable
(Boolean publiclyAvailable) void
void
setTopicId
(Long topicId) toString()
-
Constructor Details
-
Post
public Post()Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator
-
-
Method Details