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