Class AdminEmojiAddAliasRequest

    • Method Detail

      • getAliasFor

        public String getAliasFor()
        The alias of the emoji.
      • getName

        public String getName()
        The name of the emoji to be aliased. Colons (:myemoji:) around the value are not required, although they may be included.
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setAliasFor

        public void setAliasFor​(String aliasFor)
        The alias of the emoji.
      • setName

        public void setName​(String name)
        The name of the emoji to be aliased. Colons (:myemoji:) around the value are not required, although they may be included.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object