Package com.slack.api.model.event
Class GroupRenameEvent
java.lang.Object
com.slack.api.model.event.GroupRenameEvent
- All Implemented Interfaces:
Event,Serializable
When a private channel is renamed, the group_rename event is sent to all connections for members of a private channel.
Clients can use this to update their local list of private channels.
https://docs.slack.dev/reference/events/group_rename
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetChannel(GroupRenameEvent.Channel channel) voidsetEventTs(String eventTs) toString()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
-
GroupRenameEvent
public GroupRenameEvent()
-
-
Method Details