Uses of Class
org.forum.server.graphql.TopicPostInput.Builder
Packages that use TopicPostInput.Builder
-
Uses of TopicPostInput.Builder in org.forum.server.graphql
Methods in org.forum.server.graphql that return TopicPostInput.BuilderModifier and TypeMethodDescriptionstatic TopicPostInput.Builder
TopicPostInput.builder()
TopicPostInput.Builder.withAuthorId
(Long authorIdParam) TopicPostInput.Builder.withContent
(String contentParam) TopicPostInput.Builder.withPubliclyAvailable
(Boolean publiclyAvailableParam)