Package com.slack.api.model.event
Class ChannelDeletedEvent
java.lang.Object
com.slack.api.model.event.ChannelDeletedEvent
- All Implemented Interfaces:
Event
,Serializable
The channel_deleted event is sent to all connections for a workspace when a channel is deleted.
Clients can use this to update their local cache of non-joined channels.
https://api.slack.com/events/channel_deleted
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
setActorId
(String actorId) void
setChannel
(String channel) void
setEventTs
(String eventTs) toString()
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 Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
ChannelDeletedEvent
public ChannelDeletedEvent()
-
-
Method Details