Class ChannelSharedEvent

  • All Implemented Interfaces:
    Event, Serializable

    public class ChannelSharedEvent
    extends Object
    implements Event
    The channel_shared event is sent to all event subscriptions when a new shared channel is created or a channel is converted into a shared channel. It's also triggered when an external workspace is added to an existing shared channel.

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

    See Also:
    Serialized Form
    • Constructor Detail

      • ChannelSharedEvent

        public ChannelSharedEvent()
    • Method Detail

      • getConnectedTeamId

        public String getConnectedTeamId()
      • getChannel

        public String getChannel()
      • getEventTs

        public String getEventTs()
      • setConnectedTeamId

        public void setConnectedTeamId​(String connectedTeamId)
      • setChannel

        public void setChannel​(String channel)
      • setEventTs

        public void setEventTs​(String eventTs)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object