Package com.slack.api.model.event
Class DndUpdatedUserEvent
java.lang.Object
com.slack.api.model.event.DndUpdatedUserEvent
- All Implemented Interfaces:
Event,Serializable
The dnd_updated_user event is sent to all connections for a workspace when a user's Do Not Disturb settings have changed.
https://docs.slack.dev/reference/events/dnd_updated_user
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()getUser()inthashCode()voidsetDndStatus(DndUpdatedUserEvent.DndStatus dndStatus) voidsetEventTs(String eventTs) 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
-
DndUpdatedUserEvent
public DndUpdatedUserEvent()
-
-
Method Details