Class EmojiChangedEvent

  • All Implemented Interfaces:
    Event, Serializable

    public class EmojiChangedEvent
    extends Object
    implements Event
    The email_domain_changed event is sent to all connections for a workspace when the email domain settings for a workspace change. Most clients can ignore this event.

    https://api.slack.com/events/emoji_changed

    See Also:
    Serialized Form
    • Constructor Detail

      • EmojiChangedEvent

        public EmojiChangedEvent()
    • Method Detail

      • getName

        public String getName()
      • getValue

        public String getValue()
        The URL of the image
      • getOldName

        public String getOldName()
      • getNewName

        public String getNewName()
      • getEventTs

        public String getEventTs()
      • setSubtype

        public void setSubtype​(String subtype)
      • setNames

        public void setNames​(List<String> names)
      • setName

        public void setName​(String name)
      • setValue

        public void setValue​(String value)
        The URL of the image
      • setOldName

        public void setOldName​(String oldName)
      • setNewName

        public void setNewName​(String newName)
      • setEventTs

        public void setEventTs​(String eventTs)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object