Class BotChangedEvent

java.lang.Object
com.slack.api.model.event.BotChangedEvent
All Implemented Interfaces:
Event, java.io.Serializable

public class BotChangedEvent
extends java.lang.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 class  BotChangedEvent.Bot  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String TYPE_NAME  
  • Constructor Summary

    Constructors 
    Constructor Description
    BotChangedEvent()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    BotChangedEvent.Bot getBot()  
    java.lang.String getType()  
    int hashCode()  
    void setBot​(BotChangedEvent.Bot bot)  
    java.lang.String toString()  

    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