public class DndUpdatedUserEvent extends Object implements Event
https://api.slack.com/events/dnd_updated_user
| Modifier and Type | Class and Description |
|---|---|
static class |
DndUpdatedUserEvent.DndStatus |
| Constructor and Description |
|---|
DndUpdatedUserEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
DndUpdatedUserEvent.DndStatus |
getDndStatus() |
String |
getEventTs() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
void |
setDndStatus(DndUpdatedUserEvent.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 DndUpdatedUserEvent.DndStatus getDndStatus()
public String getEventTs()
public void setUser(String user)
public void setDndStatus(DndUpdatedUserEvent.DndStatus dndStatus)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.