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