Class CommandsChangedEvent

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

public class CommandsChangedEvent extends Object implements Event
The commands_changed event is sent to all connections for a workspace when a slash command for that workspace is added, removed or changed.

This functionality is only used by our web client. The other APIs required to support slash command metadata are currently unstable. Until they are released other clients should ignore this event.

https://api.slack.com/events/commands_changed

See Also:
  • Field Details

  • Constructor Details

    • CommandsChangedEvent

      public CommandsChangedEvent()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface Event
    • getEventTs

      public String getEventTs()
    • setEventTs

      public void setEventTs(String eventTs)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object