Interface GetForumThreadsResult
- All Superinterfaces:
BaseResult
-
Method Summary
Modifier and TypeMethodDescriptiongetForum()voidsetForum(ForumTransfer forum) voidsetForumThreadCount(Long forumThreadCount) voidsetForumThreads(List<ForumThreadTransfer> forumThreads)
-
Method Details
-
getForum
-
setForum
-
getForumThreadCount
-
setForumThreadCount
-
getForumThreads
-
setForumThreads
-