Package com.slack.api.model.event
Class ChannelUnsharedEvent
java.lang.Object
com.slack.api.model.event.ChannelUnsharedEvent
- All Implemented Interfaces:
Event,Serializable
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()booleanvoidsetChannel(String channel) voidsetEventTs(String eventTs) voidsetExtShared(boolean isExtShared) voidsetPreviouslyConnectedTeamId(String previouslyConnectedTeamId) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
ChannelUnsharedEvent
public ChannelUnsharedEvent()
-
-
Method Details
-
getType
-
getPreviouslyConnectedTeamId
-
getChannel
-
getEventTs
-
setPreviouslyConnectedTeamId
-
setChannel
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-