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
(ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Object... paramsAndValues) Deprecated.Mutation.createBoard
(String queryResponseDef, String name, Boolean publiclyAvailable, Object... paramsAndValues) Deprecated.MutationExecutorForum.createBoard
(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
(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
(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
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.QueryExecutorForum.boards
(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
(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
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.Query.boardsWithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.QueryExecutorForum.boardsWithBindValues
(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
(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
(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
(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 TypeMethodDescriptionvoid
Mutation.setCreateBoard
(Board createBoard) Mutation.Builder.withCreateBoard
(Board createBoardParam) Method parameters in org.forum.client with type arguments of type Board