public class SubteamUpdatedEvent extends Object implements Event
Clients can use this to update their local list of groups and group members. The users field is truncated at 500, however the user_count field will still show the actual count.
If you are only interested in User Group membership changes, consider using the subteam_members_changed event instead.
This event type may also arise when a subteam has been disabled.
https://api.slack.com/events/subteam_updated
| Modifier and Type | Class and Description |
|---|---|
static class |
SubteamUpdatedEvent.Prefs |
static class |
SubteamUpdatedEvent.Subteam |
| Constructor and Description |
|---|
SubteamUpdatedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEventTs() |
SubteamUpdatedEvent.Subteam |
getSubteam() |
String |
getType() |
int |
hashCode() |
void |
setEventTs(String eventTs) |
void |
setSubteam(SubteamUpdatedEvent.Subteam subteam) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public SubteamUpdatedEvent.Subteam getSubteam()
public String getEventTs()
public void setSubteam(SubteamUpdatedEvent.Subteam subteam)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.