Class EmojiListResponse.Category
- java.lang.Object
-
- com.slack.api.methods.response.emoji.EmojiListResponse.Category
-
- Enclosing class:
- EmojiListResponse
public static class EmojiListResponse.Category extends Object
-
-
Constructor Summary
Constructors Constructor Description Category()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getEmojiNames()StringgetName()inthashCode()voidsetEmojiNames(List<String> emojiNames)voidsetName(String name)StringtoString()
-