Uses of Class
org.forum.client.Board
Packages that use Board
-
Uses of Board in org.forum.client
Methods in org.forum.client that return BoardModifier and TypeMethodDescriptionBoard.Builder.build()Mutation.createBoard(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Object... paramsAndValues) Deprecated.Mutation.createBoard(String queryResponseDef, String name, Boolean publiclyAvailable, Object... paramsAndValues) Deprecated.MutationExecutorForum.createBoard(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorForum.createBoard(String queryResponseDef, String name, Boolean publiclyAvailable, Object... paramsAndValues) This method executes a partial query on the createBoard mutation against the GraphQL server.Mutation.createBoardWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Map<String, Object> parameters) Deprecated.Mutation.createBoardWithBindValues(String queryResponseDef, String name, Boolean publiclyAvailable, Map<String, Object> parameters) Deprecated.MutationExecutorForum.createBoardWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorForum.createBoardWithBindValues(String queryResponseDef, String name, Boolean publiclyAvailable, Map<String, Object> parameters) This method executes a partial query on the createBoard mutation against the GraphQL server.Mutation.getCreateBoard()Methods in org.forum.client that return types with arguments of type BoardModifier and TypeMethodDescriptionQuery.boards(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.QueryExecutorForum.boards(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the boards query against the GraphQL server.QueryReactiveExecutorForum.boards(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query against the GraphQL server.Query.boardsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.Query.boardsWithBindValues(String queryResponseDef, Map<String, Object> parameters) Deprecated.QueryExecutorForum.boardsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryExecutorForum.boardsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the boards query against the GraphQL server.QueryReactiveExecutorForum.boardsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryReactiveExecutorForum.boardsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MutationReactiveExecutorForum.createBoard(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationReactiveExecutorForum.createBoard(String queryResponseDef, String name, Boolean publiclyAvailable, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationReactiveExecutorForum.createBoardWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationReactiveExecutorForum.createBoardWithBindValues(String queryResponseDef, String name, Boolean publiclyAvailable, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Query.getBoards()Methods in org.forum.client with parameters of type BoardModifier and TypeMethodDescriptionvoidMutation.setCreateBoard(Board createBoard) Mutation.Builder.withCreateBoard(Board createBoardParam) Method parameters in org.forum.client with type arguments of type Board