Package org.forum.client
Class QueryResponse
java.lang.Object
org.forum.client.QueryExecutorForum
org.forum.client.Query
org.forum.client.QueryResponse
- All Implemented Interfaces:
GraphQLQueryExecutor
,GraphQLRequestObject
Deprecated.
This class is deprecated. Please use the Query instead.
It is still generated, for compatibility reason: removing it would break existing application's code.
It will be removed in 2.0 version
It is still generated, for compatibility reason: removing it would break existing application's code.
It will be removed in 2.0 version
- Author:
- etienne-sf
-
Nested Class Summary
Nested classes/interfaces inherited from class org.forum.client.Query
Query.Builder
-
Field Summary
Fields inherited from class org.forum.client.Query
thisIsADummyFieldToCheckThatThisTemplateIsUsed
-
Constructor Summary
-
Method Summary
Methods inherited from class org.forum.client.Query
__schema, __schema, __schemaWithBindValues, __schemaWithBindValues, __type, __type, __typename, __typename, __typenameWithBindValues, __typenameWithBindValues, __typeWithBindValues, __typeWithBindValues, boards, boards, boardsWithBindValues, boardsWithBindValues, builder, exec, exec, execWithBindValues, execWithBindValues, findTopics, findTopics, findTopicsWithBindValues, findTopicsWithBindValues, get__schema, get__schemaGraphQLRequest, get__schemaResponseBuilder, get__type, get__typeGraphQLRequest, get__typename, get__typenameGraphQLRequest, get__typenameResponseBuilder, get__typeResponseBuilder, getAliasValue, getBoards, getBoardsGraphQLRequest, getBoardsResponseBuilder, getExtensions, getExtensionsAsMap, getExtensionsField, getFindTopics, getFindTopicsGraphQLRequest, getFindTopicsResponseBuilder, getGraphQLRequest, getNbBoards, getNbBoardsGraphQLRequest, getNbBoardsResponseBuilder, getResponseBuilder, getTopics, getTopicsGraphQLRequest, getTopicsResponseBuilder, nbBoards, nbBoards, nbBoardsWithBindValues, nbBoardsWithBindValues, set__schema, set__type, set__typename, setAliasValue, setBoards, setExtensions, setFindTopics, setNbBoards, setTopics, topics, topics, topicsWithBindValues, topicsWithBindValues, toString
-
Constructor Details
-
QueryResponse
public QueryResponse()Deprecated.
-
Query
class instead.