Class EmojiChangedEvent

java.lang.Object
com.slack.api.model.event.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:
  • Field Details

  • Constructor Details

    • EmojiChangedEvent

      public EmojiChangedEvent()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface Event
    • getSubtype

      public String getSubtype()
      Specified by:
      getSubtype in interface Event
    • getNames

      public List<String> getNames()
    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object