Class Query.Builder
java.lang.Object
com.graphql_java_generator.domain.client.forum.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
with__schema
(__Schema __schema) with__type
(__Type __type) withBoards
(List<Board> boards) withFindTopics
(List<Topic> findTopics) withNbBoards
(Integer nbBoards) withTopics
(List<Topic> topics)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withBoards
-
withNbBoards
-
withTopics
-
withFindTopics
-
with__schema
-
with__type
-
build
-