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 |
getType() |
int |
hashCode() |
void |
setChannel(ChannelRenameEvent.Channel channel) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSubtype
public static final String TYPE_NAME
public ChannelRenameEvent.Channel getChannel()
public void setChannel(ChannelRenameEvent.Channel channel)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.