Uses of Class
com.graphql_java_generator.domain.client.forum.Post.Builder
Packages that use Post.Builder
-
Uses of Post.Builder in com.graphql_java_generator.domain.client.forum
Methods in com.graphql_java_generator.domain.client.forum that return Post.BuilderModifier and TypeMethodDescriptionstatic Post.Builder
Post.builder()
Post.Builder.withAuthor
(Member author) Post.Builder.withContent
(String content) Post.Builder.withPubliclyAvailable
(Boolean publiclyAvailable)