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