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
-
-
Constructor Summary
Constructors Constructor Description EmojiChangedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSubtype
public String getSubtype()
- Specified by:
getSubtypein interfaceEvent
-
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)
-
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)
-
-