Board class

Методы для работы с обсуждениями.

Constructors

Board.new(Api _api)
Конструктор.

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

addTopic<T>(Map<String, Object> params) Future<ApiResponse<T>>
Creates a new topic on a community's discussion board.
closeTopic<T>(Map<String, Object> params) Future<ApiResponse<T>>
Closes a topic on a community's discussion board so that comments cannot be posted.
createComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Adds a comment on a topic on a community's discussion board.
deleteComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Deletes a comment on a topic on a community's discussion board.
deleteTopic<T>(Map<String, Object> params) Future<ApiResponse<T>>
Deletes a topic from a community's discussion board.
editComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Edits a comment on a topic on a community's discussion board.
editTopic<T>(Map<String, Object> params) Future<ApiResponse<T>>
Edits the title of a topic on a community's discussion board.
fixTopic<T>(Map<String, Object> params) Future<ApiResponse<T>>
Pins a topic (fixes its place) to the top of a community's discussion board.
getComments<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a list of comments on a topic on a community's discussion board.
getTopics<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a list of topics on a community's discussion board.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openTopic<T>(Map<String, Object> params) Future<ApiResponse<T>>
Re-opens a previously closed topic on a community's discussion board.
restoreComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Restores a comment deleted from a topic on a community's discussion board.
toString() String
A string representation of this object.
inherited
unfixTopic<T>(Map<String, Object> params) Future<ApiResponse<T>>
Unpins a pinned topic from the top of a community's discussion board.

Operators

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