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