Uses of Class
org.forum.client.Topic
-
Uses of Topic in org.forum.client
Modifier and TypeMethodDescriptionTopic.Builder.build()
Mutation.createTopic
(ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) Deprecated.Mutation.createTopic
(String queryResponseDef, TopicInput topic, Object... paramsAndValues) Deprecated.MutationExecutorForum.createTopic
(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
(ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) Deprecated.Mutation.createTopicWithBindValues
(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) Deprecated.MutationExecutorForum.createTopicWithBindValues
(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()
Modifier and TypeMethodDescriptionMutationReactiveExecutorForum.createTopic
(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
(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
(ObjectResponse objectResponse, String boardName, List<String> keyword, Object... paramsAndValues) Deprecated.Query.findTopics
(String queryResponseDef, String boardName, List<String> keyword, Object... paramsAndValues) Deprecated.QueryExecutorForum.findTopics
(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
(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
(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
(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
(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
(ObjectResponse objectResponse, String boardName, Object... paramsAndValues) Deprecated.Deprecated.QueryExecutorForum.topics
(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
(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
(ObjectResponse objectResponse, String boardName, Map<String, Object> parameters) Deprecated.Query.topicsWithBindValues
(String queryResponseDef, String boardName, Map<String, Object> parameters) Deprecated.QueryExecutorForum.topicsWithBindValues
(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
(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.Modifier and TypeMethodDescriptionvoid
Mutation.setCreateTopic
(Topic createTopic) Mutation.Builder.withCreateTopic
(Topic createTopicParam) Modifier and TypeMethodDescriptionvoid
Query.setFindTopics
(List<Topic> findTopics) void
void
Query.Builder.withFindTopics
(List<Topic> findTopicsParam) Board.Builder.withTopics
(List<Topic> topicsParam) Query.Builder.withTopics
(List<Topic> topicsParam)