Class ChannelUnsharedEvent

  • All Implemented Interfaces:
    Event, Serializable

    public class ChannelUnsharedEvent
    extends Object
    implements Event
    The channel_unshared event is sent to all event subscriptions when an external workspace has been removed from an existing shared channel.

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

    See Also:
    Serialized Form
    • Constructor Detail

      • ChannelUnsharedEvent

        public ChannelUnsharedEvent()
    • Method Detail

      • getPreviouslyConnectedTeamId

        public String getPreviouslyConnectedTeamId()
      • getChannel

        public String getChannel()
      • isExtShared

        public boolean isExtShared()
      • getEventTs

        public String getEventTs()
      • setPreviouslyConnectedTeamId

        public void setPreviouslyConnectedTeamId​(String previouslyConnectedTeamId)
      • setChannel

        public void setChannel​(String channel)
      • setExtShared

        public void setExtShared​(boolean isExtShared)
      • setEventTs

        public void setEventTs​(String eventTs)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object