Package com.slack.api.model.event
Class DndUpdatedUserEvent
java.lang.Object
com.slack.api.model.event.DndUpdatedUserEvent
- All Implemented Interfaces:
Event,Serializable
public class DndUpdatedUserEvent extends Object implements Event
The dnd_updated_user event is sent to all connections for a workspace when a user's Do Not Disturb settings have changed.
https://api.slack.com/events/dnd_updated_user
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDndUpdatedUserEvent.DndStatus -
Field Summary
-
Constructor Summary
Constructors Constructor Description DndUpdatedUserEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)DndUpdatedUserEvent.DndStatusgetDndStatus()StringgetEventTs()StringgetType()StringgetUser()inthashCode()voidsetDndStatus(DndUpdatedUserEvent.DndStatus dndStatus)voidsetEventTs(String eventTs)voidsetUser(String user)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
DndUpdatedUserEvent
public DndUpdatedUserEvent()
-
-
Method Details
-
getType
-
getUser
-
getDndStatus
-
getEventTs
-
setUser
-
setDndStatus
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-