Class Query.Builder
java.lang.Object
org.junittest.forum_client_springconfiguration.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 __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
-