Package com.slack.api.model.event
Class EmojiChangedEvent
java.lang.Object
com.slack.api.model.event.EmojiChangedEvent
- All Implemented Interfaces:
Event,Serializable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()getNames()getType()getValue()The URL of the imageinthashCode()voidsetEventTs(String eventTs) voidvoidvoidsetNewName(String newName) voidsetOldName(String oldName) voidsetSubtype(String subtype) voidThe URL of the imagetoString()
-
Field Details
-
TYPE_NAME
- See Also:
-
-
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
-