Package com.slack.api.model.event
Class ChannelSharedEvent
java.lang.Object
com.slack.api.model.event.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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ChannelSharedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetConnectedTeamId()StringgetEventTs()StringgetType()inthashCode()voidsetChannel(String channel)voidsetConnectedTeamId(String connectedTeamId)voidsetEventTs(String eventTs)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChannelSharedEvent
public ChannelSharedEvent()
-
-
Method Details
-
getType
-
getConnectedTeamId
-
getChannel
-
getEventTs
-
setConnectedTeamId
-
setChannel
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-