MattermostEmojiApi class
Constructors
- MattermostEmojiApi(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
-
autocompleteEmoji(
String name) → Future< MmEmoji?> - Autocomplete custom emoji
-
autocompleteEmojiWithHttpInfo(
String name) → Future< Response> - Autocomplete custom emoji
-
createEmoji(
MultipartFile image, String emoji) → Future< MmEmoji?> - Create a custom emoji
-
createEmojiWithHttpInfo(
MultipartFile image, String emoji) → Future< Response> - Create a custom emoji
-
deleteEmoji(
String emojiId) → Future< MmEmoji?> - Delete a custom emoji
-
deleteEmojiWithHttpInfo(
String emojiId) → Future< Response> - Delete a custom emoji
-
getEmoji(
String emojiId) → Future< MmEmoji?> - Get a custom emoji
-
getEmojiByName(
String emojiName) → Future< MmEmoji?> - Get a custom emoji by name
-
getEmojiByNameWithHttpInfo(
String emojiName) → Future< Response> - Get a custom emoji by name
-
getEmojiImage(
String emojiId) → Future< void> - Get custom emoji image
-
getEmojiImageWithHttpInfo(
String emojiId) → Future< Response> - Get custom emoji image
-
getEmojiList(
{int? page, int? perPage, String? sort}) → Future< MmEmoji?> - Get a list of custom emoji
-
getEmojiListWithHttpInfo(
{int? page, int? perPage, String? sort}) → Future< Response> - Get a list of custom emoji
-
getEmojiWithHttpInfo(
String emojiId) → Future< Response> - Get a custom emoji
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchEmoji(
MmSearchEmojiRequest mmSearchEmojiRequest) → Future< List< MmEmoji> ?> - Search custom emoji
-
searchEmojiWithHttpInfo(
MmSearchEmojiRequest mmSearchEmojiRequest) → Future< Response> - Search custom emoji
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited