Package com.slack.api.model.event
Class ChannelUnsharedEvent
- java.lang.Object
-
- com.slack.api.model.event.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 Summary
Constructors Constructor Description ChannelUnsharedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetEventTs()StringgetPreviouslyConnectedTeamId()StringgetType()inthashCode()booleanisExtShared()voidsetChannel(String channel)voidsetEventTs(String eventTs)voidsetExtShared(boolean isExtShared)voidsetPreviouslyConnectedTeamId(String previouslyConnectedTeamId)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
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)
-
-