public class TeamProfileChangeEvent extends Object implements Event
https://api.slack.com/events/team_profile_change
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamProfileChangeEvent.Field |
static class |
TeamProfileChangeEvent.Profile |
| Constructor and Description |
|---|
TeamProfileChangeEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
TeamProfileChangeEvent.Profile |
getProfile() |
String |
getType() |
int |
hashCode() |
void |
setProfile(TeamProfileChangeEvent.Profile profile) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public TeamProfileChangeEvent.Profile getProfile()
public void setProfile(TeamProfileChangeEvent.Profile profile)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.