public class ChannelRenameEvent extends Object implements Event
https://api.slack.com/events/channel_rename
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelRenameEvent.Channel |
| Constructor and Description |
|---|
ChannelRenameEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ChannelRenameEvent.Channel |
getChannel() |
String |
getEventTs() |
String |
getType() |
int |
hashCode() |
void |
setChannel(ChannelRenameEvent.Channel channel) |
void |
setEventTs(String eventTs) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public ChannelRenameEvent.Channel getChannel()
public String getEventTs()
public void setChannel(ChannelRenameEvent.Channel channel)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.