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