MattermostReactionsApi class
Constructors
- MattermostReactionsApi(MattermostApiClient apiClient)
Properties
- apiClient → MattermostApiClient
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteReaction(
String userId, String postId, String emojiName) → Future< MmStatusOK?> - Remove a reaction from a post
-
deleteReactionWithHttpInfo(
String userId, String postId, String emojiName) → Future< Response> - Remove a reaction from a post
-
getBulkReactions(
List< String> requestBody) → Future<Map< String, List< ?>MmReaction> > - Bulk get the reaction for posts
-
getBulkReactionsWithHttpInfo(
List< String> requestBody) → Future<Response> - Bulk get the reaction for posts
-
getReactions(
String postId) → Future< List< MmReaction> ?> - Get a list of reactions to a post
-
getReactionsWithHttpInfo(
String postId) → Future< Response> - Get a list of reactions to a post
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveReaction(
MmReaction mmReaction) → Future< MmReaction?> - Create a reaction
-
saveReactionWithHttpInfo(
MmReaction mmReaction) → Future< Response> - Create a reaction
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited