public class DndUpdatedEvent extends Object implements Event
This event is not available to bot user subscriptions in the Events API.
https://api.slack.com/events/dnd_updated
| Modifier and Type | Class and Description |
|---|---|
static class |
DndUpdatedEvent.DndStatus |
| Constructor and Description |
|---|
DndUpdatedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
DndUpdatedEvent.DndStatus |
getDndStatus() |
String |
getEventTs() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
void |
setDndStatus(DndUpdatedEvent.DndStatus dndStatus) |
void |
setEventTs(String eventTs) |
void |
setUser(String user) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public String getUser()
public DndUpdatedEvent.DndStatus getDndStatus()
public String getEventTs()
public void setUser(String user)
public void setDndStatus(DndUpdatedEvent.DndStatus dndStatus)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.