Class EmojiListRequest

    • Method Detail

      • getToken

        public String getToken()
        Authentication token. Requires scope: `emoji:read`
        Specified by:
        getToken in interface SlackApiRequest
        Returns:
        token string value or null
      • getIncludeCategories

        public Boolean getIncludeCategories()
        Include a list of categories for Unicode emoji and the emoji in each category
      • setToken

        public void setToken​(String token)
        Authentication token. Requires scope: `emoji:read`
        Specified by:
        setToken in interface SlackApiRequest
      • setIncludeCategories

        public void setIncludeCategories​(Boolean includeCategories)
        Include a list of categories for Unicode emoji and the emoji in each category
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object