public class UserChangeEvent extends Object implements Event
Use the users.profile.set method to update user profile data.
https://api.slack.com/events/user_change
| Constructor and Description |
|---|
UserChangeEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getType() |
User |
getUser() |
int |
hashCode() |
void |
setUser(User user) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
Copyright © 2020. All rights reserved.