Class SubteamSelfRemovedEvent

  • All Implemented Interfaces:
    Event, Serializable

    public class SubteamSelfRemovedEvent
    extends Object
    implements Event
    The subteam_self_removed event is sent to you when you have been removed to an existing User Group. Clients can use this to update their local list of User Groups.

    This event is not available to bot user subscriptions in the Events API.

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

    See Also:
    Serialized Form
    • Constructor Detail

      • SubteamSelfRemovedEvent

        public SubteamSelfRemovedEvent()
    • Method Detail

      • getSubteamId

        public String getSubteamId()
      • getEventTs

        public String getEventTs()
      • setSubteamId

        public void setSubteamId​(String subteamId)
      • setEventTs

        public void setEventTs​(String eventTs)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object