Package org.forum.server.graphql
Class Query.Builder
java.lang.Object
org.forum.server.graphql.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()
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
-
build
-