Uses of Class
org.forum.client.Board
-
Uses of Board in org.forum.client
Modifier 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()
Modifier 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()
Modifier and TypeMethodDescriptionvoid
Mutation.setCreateBoard
(Board createBoard) Mutation.Builder.withCreateBoard
(Board createBoardParam)