Uses of Class
com.graphql_java_generator.domain.client.forum.Post
Packages that use Post
-
Uses of Post in com.graphql_java_generator.domain.client.forum
Methods in com.graphql_java_generator.domain.client.forum that return PostModifier and TypeMethodDescriptionPost.Builder.build()
Mutation.createPost
(ObjectResponse objectResponse, PostInput post, Object... paramsAndValues) Deprecated.Mutation.createPost
(String queryResponseDef, PostInput post, Object... paramsAndValues) Deprecated.MutationExecutorMySchema.createPost
(ObjectResponse objectResponse, PostInput post, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorMySchema.createPost
(String queryResponseDef, PostInput post, Object... paramsAndValues) This method executes a partial query against the GraphQL server.Mutation.createPostWithBindValues
(ObjectResponse objectResponse, PostInput post, Map<String, Object> parameters) Deprecated.Mutation.createPostWithBindValues
(String queryResponseDef, PostInput post, Map<String, Object> parameters) Deprecated.MutationExecutorMySchema.createPostWithBindValues
(ObjectResponse objectResponse, PostInput post, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorMySchema.createPostWithBindValues
(String queryResponseDef, PostInput post, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Mutation.getCreatePost()
Subscription.getSubscribeToNewPost()
Methods in com.graphql_java_generator.domain.client.forum that return types with arguments of type PostModifier and TypeMethodDescriptionMutation.createPosts
(ObjectResponse objectResponse, List<PostInput> spam, Object... paramsAndValues) Deprecated.Mutation.createPosts
(String queryResponseDef, List<PostInput> spam, Object... paramsAndValues) Deprecated.MutationExecutorMySchema.createPosts
(ObjectResponse objectResponse, List<PostInput> spam, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorMySchema.createPosts
(String queryResponseDef, List<PostInput> spam, Object... paramsAndValues) This method executes a partial query against the GraphQL server.Mutation.createPostsWithBindValues
(ObjectResponse objectResponse, List<PostInput> spam, Map<String, Object> parameters) Deprecated.Mutation.createPostsWithBindValues
(String queryResponseDef, List<PostInput> spam, Map<String, Object> parameters) Deprecated.MutationExecutorMySchema.createPostsWithBindValues
(ObjectResponse objectResponse, List<PostInput> spam, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorMySchema.createPostsWithBindValues
(String queryResponseDef, List<PostInput> spam, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Mutation.getCreatePosts()
Topic.getPosts()
Methods in com.graphql_java_generator.domain.client.forum with parameters of type PostModifier and TypeMethodDescriptionvoid
Mutation.setCreatePost
(Post createPost) void
Subscription.setSubscribeToNewPost
(Post subscribeToNewPost) Mutation.Builder.withCreatePost
(Post createPost) Subscription.Builder.withSubscribeToNewPost
(Post subscribeToNewPost) Method parameters in com.graphql_java_generator.domain.client.forum with type arguments of type PostModifier and TypeMethodDescriptionvoid
Mutation.setCreatePosts
(List<Post> createPosts) void
Subscription.subscribeToNewPost
(ObjectResponse objectResponse, SubscriptionCallback<Post> subscriptionCallback, String boardName, Object... paramsAndValues) Deprecated.Subscription.subscribeToNewPost
(String queryResponseDef, SubscriptionCallback<Post> subscriptionCallback, String boardName, Object... paramsAndValues) Deprecated.SubscriptionExecutorMySchema.subscribeToNewPost
(ObjectResponse objectResponse, SubscriptionCallback<Post> subscriptionCallback, String boardName, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.SubscriptionExecutorMySchema.subscribeToNewPost
(String queryResponseDef, SubscriptionCallback<Post> subscriptionCallback, String boardName, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.Subscription.subscribeToNewPostWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<Post> subscriptionCallback, String boardName, Map<String, Object> parameters) Deprecated.Subscription.subscribeToNewPostWithBindValues
(String queryResponseDef, SubscriptionCallback<Post> subscriptionCallback, String boardName, Map<String, Object> parameters) Deprecated.SubscriptionExecutorMySchema.subscribeToNewPostWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<Post> subscriptionCallback, String boardName, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.SubscriptionExecutorMySchema.subscribeToNewPostWithBindValues
(String queryResponseDef, SubscriptionCallback<Post> subscriptionCallback, String boardName, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.Mutation.Builder.withCreatePosts
(List<Post> createPosts)