Class Query.Builder
java.lang.Object
com.graphql_java_generator.samples.forum.client.graphql.forum.client.Query.Builder
- Enclosing class:
- Query
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
Query.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
with__schema
(__Schema __schemaParam) with__type
(__Type __typeParam) withBoards
(List<Board> boardsParam) withFindTopics
(List<Topic> findTopicsParam) withNbBoards
(Integer nbBoardsParam) withTopics
(List<Topic> topicsParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withBoards
-
withNbBoards
-
withTopics
-
withFindTopics
-
with__schema
-
with__type
-
build
-