Uses of Class
com.graphql_java_generator.domain.client.forum.Board
Packages that use Board
-
Uses of Board in com.graphql_java_generator.domain.client.forum
Methods in com.graphql_java_generator.domain.client.forum 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.MutationExecutorMySchema.createBoard
(ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorMySchema.createBoard
(String queryResponseDef, String name, Boolean publiclyAvailable, Object... paramsAndValues) This method executes a partial query 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.MutationExecutorMySchema.createBoardWithBindValues
(ObjectResponse objectResponse, String name, Boolean publiclyAvailable, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorMySchema.createBoardWithBindValues
(String queryResponseDef, String name, Boolean publiclyAvailable, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Mutation.getCreateBoard()
Methods in com.graphql_java_generator.domain.client.forum that return types with arguments of type BoardModifier and TypeMethodDescriptionQuery.boards
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.QueryExecutorMySchema.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.QueryExecutorMySchema.boardsWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryExecutorMySchema.boardsWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Query.getBoards()
Methods in com.graphql_java_generator.domain.client.forum with parameters of type BoardModifier and TypeMethodDescriptionvoid
Mutation.setCreateBoard
(Board createBoard) Mutation.Builder.withCreateBoard
(Board createBoard) Method parameters in com.graphql_java_generator.domain.client.forum with type arguments of type Board