Uses of Class
org.forum.client.Topic
Packages that use Topic
-
Uses of Topic in org.forum.client
Methods in org.forum.client that return TopicModifier and TypeMethodDescriptionTopic.Builder.build()Mutation.createTopic(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) Deprecated.Mutation.createTopic(String queryResponseDef, TopicInput topic, Object... paramsAndValues) Deprecated.MutationExecutorForum.createTopic(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorForum.createTopic(String queryResponseDef, TopicInput topic, Object... paramsAndValues) This method executes a partial query on the createTopic mutation against the GraphQL server.Mutation.createTopicWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) Deprecated.Mutation.createTopicWithBindValues(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) Deprecated.MutationExecutorForum.createTopicWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorForum.createTopicWithBindValues(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) This method executes a partial query on the createTopic mutation against the GraphQL server.Mutation.getCreateTopic()Methods in org.forum.client that return types with arguments of type TopicModifier and TypeMethodDescriptionMutationReactiveExecutorForum.createTopic(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationReactiveExecutorForum.createTopic(String queryResponseDef, TopicInput topic, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationReactiveExecutorForum.createTopicWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationReactiveExecutorForum.createTopicWithBindValues(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Query.findTopics(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, List<String> keyword, Object... paramsAndValues) Deprecated.Query.findTopics(String queryResponseDef, String boardName, List<String> keyword, Object... paramsAndValues) Deprecated.QueryExecutorForum.findTopics(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, List<String> keyword, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryExecutorForum.findTopics(String queryResponseDef, String boardName, List<String> keyword, Object... paramsAndValues) This method executes a partial query on the findTopics query against the GraphQL server.QueryReactiveExecutorForum.findTopics(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, List<String> keyword, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryReactiveExecutorForum.findTopics(String queryResponseDef, String boardName, List<String> keyword, Object... paramsAndValues) This method executes a partial query against the GraphQL server.Query.findTopicsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, List<String> keyword, Map<String, Object> parameters) Deprecated.Query.findTopicsWithBindValues(String queryResponseDef, String boardName, List<String> keyword, Map<String, Object> parameters) Deprecated.QueryExecutorForum.findTopicsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, List<String> keyword, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryExecutorForum.findTopicsWithBindValues(String queryResponseDef, String boardName, List<String> keyword, Map<String, Object> parameters) This method executes a partial query on the findTopics query against the GraphQL server.QueryReactiveExecutorForum.findTopicsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, List<String> keyword, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryReactiveExecutorForum.findTopicsWithBindValues(String queryResponseDef, String boardName, List<String> keyword, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Query.getFindTopics()Board.getTopics()Query.getTopics()Query.topics(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, Object... paramsAndValues) Deprecated.Deprecated.QueryExecutorForum.topics(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the topics query against the GraphQL server.QueryReactiveExecutorForum.topics(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryReactiveExecutorForum.topics(String queryResponseDef, String boardName, Object... paramsAndValues) This method executes a partial query against the GraphQL server.Query.topicsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, Map<String, Object> parameters) Deprecated.Query.topicsWithBindValues(String queryResponseDef, String boardName, Map<String, Object> parameters) Deprecated.QueryExecutorForum.topicsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryExecutorForum.topicsWithBindValues(String queryResponseDef, String boardName, Map<String, Object> parameters) This method executes a partial query on the topics query against the GraphQL server.QueryReactiveExecutorForum.topicsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryReactiveExecutorForum.topicsWithBindValues(String queryResponseDef, String boardName, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Methods in org.forum.client with parameters of type TopicModifier and TypeMethodDescriptionvoidMutation.setCreateTopic(Topic createTopic) Mutation.Builder.withCreateTopic(Topic createTopicParam) Method parameters in org.forum.client with type arguments of type TopicModifier and TypeMethodDescriptionvoidQuery.setFindTopics(List<Topic> findTopics) voidvoidQuery.Builder.withFindTopics(List<Topic> findTopicsParam) Board.Builder.withTopics(List<Topic> topicsParam) Query.Builder.withTopics(List<Topic> topicsParam)