Package com.slack.api.model.event
Class DndUpdatedEvent
java.lang.Object
com.slack.api.model.event.DndUpdatedEvent
- All Implemented Interfaces:
Event,Serializable
The dnd_updated event is sent to the current user when their Do Not Disturb settings have changed.
This event is not available to bot user subscriptions in the Events API.
https://api.slack.com/events/dnd_updated
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()getUser()inthashCode()voidsetDndStatus(DndUpdatedEvent.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
-
DndUpdatedEvent
public DndUpdatedEvent()
-
-
Method Details