Class EmojiListRequest
java.lang.Object
com.slack.api.methods.request.emoji.EmojiListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/emoji.list
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanInclude a list of categories for Unicode emoji and the emoji in each categorygetToken()Authentication token.inthashCode()voidsetIncludeCategories(Boolean includeCategories) Include a list of categories for Unicode emoji and the emoji in each categoryvoidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `emoji:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getIncludeCategories
Include a list of categories for Unicode emoji and the emoji in each category -
setToken
Authentication token. Requires scope: `emoji:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
setIncludeCategories
Include a list of categories for Unicode emoji and the emoji in each category -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-