Uses of Class
org.forum.client.PostInput
Packages that use PostInput
-
Uses of PostInput in org.forum.client
Methods in org.forum.client that return PostInputMethods in org.forum.client with parameters of type PostInputModifier and TypeMethodDescriptionMutation.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.MutationReactiveExecutorForum.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.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.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.Method parameters in org.forum.client with type arguments of type PostInputModifier and TypeMethodDescriptionMutation.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.