Package com.slack.api.model.event
Class GroupArchiveEvent
java.lang.Object
com.slack.api.model.event.GroupArchiveEvent
- All Implemented Interfaces:
Event,Serializable
The group_archive event is sent to all connections for members of a private channel when that private channel is archived.
Clients can use this to update their local list of private channels.
https://docs.slack.dev/reference/events/group_archive
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()getUser()inthashCode()voidsetActorId(String actorId) 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
-
GroupArchiveEvent
public GroupArchiveEvent()
-
-
Method Details
-
getType
-
getChannel
-
getUser
-
getIsMoved
-
getActorId
-
getEventTs
-
setChannel
-
setUser
-
setIsMoved
-
setActorId
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-