Package com.slack.api.model.event
Class BotChangedEvent
- java.lang.Object
-
- com.slack.api.model.event.BotChangedEvent
-
- All Implemented Interfaces:
Event,Serializable
public class BotChangedEvent extends Object implements Event
The bot_changed event is sent to all connections for a workspace when an integration "bot" is updated. Clients can use this to update their local list of bots.If the bot belongs to a Slack app, the event will also include an app_id pointing to its parent app.
https://api.slack.com/events/bot_changed
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBotChangedEvent.Bot
-
Constructor Summary
Constructors Constructor Description BotChangedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BotChangedEvent.BotgetBot()StringgetType()inthashCode()voidsetBot(BotChangedEvent.Bot bot)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBot
public BotChangedEvent.Bot getBot()
-
setBot
public void setBot(BotChangedEvent.Bot bot)
-
canEqual
protected boolean canEqual(Object other)
-
-