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
-
Constructor Summary
Constructors Constructor Description DndUpdatedUserEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods 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()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUser
public String getUser()
-
getDndStatus
public DndUpdatedUserEvent.DndStatus getDndStatus()
-
getEventTs
public String getEventTs()
-
setUser
public void setUser(String user)
-
setDndStatus
public void setDndStatus(DndUpdatedUserEvent.DndStatus dndStatus)
-
setEventTs
public void setEventTs(String eventTs)
-
canEqual
protected boolean canEqual(Object other)
-
-