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