Forum class

Constructors

Forum()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getCoreTopicsPaged(HttpClient client, ForumTopicsCategoryFiltersEnum categoryFilter, String locales, int page, ForumTopicsQuickDateEnum quickDate, ForumTopicsSortEnum sort) Future<PostSearchResponseResponse>
Gets a listing of all topics marked as part of the core group.
getForumTagSuggestions(HttpClient client, String partialtag) Future<ListOfTagResponseResponse>
Gets tag suggestions based on partial text entry, matching them with other tags previously used in the forums.
getPoll(HttpClient client, String topicId) Future<PostSearchResponseResponse>
Gets the specified forum poll.
getPostAndParent(HttpClient client, String childPostId, String showbanned) Future<PostSearchResponseResponse>
Returns the post specified and its immediate parent.
getPostAndParentAwaitingApproval(HttpClient client, String childPostId, String showbanned) Future<PostSearchResponseResponse>
Returns the post specified and its immediate parent of posts that are awaiting approval.
getPostsThreadedPaged(HttpClient client, bool getParentPost, int page, int pageSize, String parentPostId, int replySize, bool rootThreadMode, String showbanned, ForumPostSortEnum sortMode) Future<PostSearchResponseResponse>
Returns a thread of posts at the given parent, optionally returning replies to those posts as well as the original parent.
getPostsThreadedPagedFromChild(HttpClient client, String childPostId, int page, int pageSize, int replySize, bool rootThreadMode, String showbanned, ForumPostSortEnum sortMode) Future<PostSearchResponseResponse>
Returns a thread of posts starting at the topicId of the input childPostId, optionally returning replies to those posts as well as the original parent.
getRecruitmentThreadSummaries(HttpClient client, List<String> body) Future<CEListOfForumRecruitmentDetailResponse>
Allows the caller to get a list of to 25 recruitment thread summary information objects.
getTopicForContent(HttpClient client, String contentId) Future<Int64Response>
Gets the post Id for the given content item's comments, if it exists.
getTopicsPaged(HttpClient client, ForumTopicsCategoryFiltersEnum categoryFilter, String group, String locales, int page, int pageSize, ForumTopicsQuickDateEnum quickDate, ForumTopicsSortEnum sort, String tagstring) Future<PostSearchResponseResponse>
Get topics from any forum.