Package com.slack.api.model.event
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:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EmojiChangedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEventTs()StringgetName()List<String>getNames()StringgetNewName()StringgetOldName()StringgetSubtype()StringgetType()StringgetValue()The URL of the imageinthashCode()voidsetEventTs(String eventTs)voidsetName(String name)voidsetNames(List<String> names)voidsetNewName(String newName)voidsetOldName(String oldName)voidsetSubtype(String subtype)voidsetValue(String value)The URL of the imageStringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
EmojiChangedEvent
public EmojiChangedEvent()
-
-
Method Details
-
getType
-
getSubtype
- Specified by:
getSubtypein interfaceEvent
-
getNames
-
getName
-
getValue
The URL of the image -
getOldName
-
getNewName
-
getEventTs
-
setSubtype
-
setNames
-
setName
-
setValue
The URL of the image -
setOldName
-
setNewName
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-