Package org.forum.client
Class Board.Builder
java.lang.Object
org.forum.client.Board.Builder
- Enclosing class:
- Board
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
Board.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withPubliclyAvailable
(Boolean publiclyAvailableParam) withTopics
(List<Topic> topicsParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withName
-
withPubliclyAvailable
-
withTopics
-
build
-