Package com.slack.api.model.event
Class ChannelArchiveEvent
java.lang.Object
com.slack.api.model.event.ChannelArchiveEvent
- All Implemented Interfaces:
Event,Serializable
The channel_archive event is sent to all connections for a workspace when a channel is archived.
Clients can use this to update their local list of channels.
https://api.slack.com/events/channel_archive
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()getUser()inthashCode()voidsetChannel(String channel) voidsetEventTs(String eventTs) voidsetIsMoved(Integer isMoved) voidtoString()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
-
ChannelArchiveEvent
public ChannelArchiveEvent()
-
-
Method Details