public class TeamRenameEvent extends Object implements Event
Clients can use this to update the display of the workspace name as soon as it changes. If they don't the client will receive the new name the next time it calls rtm.start.
https://api.slack.com/events/team_rename
| Constructor and Description |
|---|
TeamRenameEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getName() |
String |
getType() |
int |
hashCode() |
void |
setName(String name) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
Copyright © 2020. All rights reserved.