public class GroupLeftEvent extends Object implements Event
The channel value is the string identifier for the private channel.
In addition to this message, all existing members of the group will receive a group_leave message event.
https://api.slack.com/events/group_left
| Constructor and Description |
|---|
GroupLeftEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getActorId() |
String |
getChannel() |
String |
getEventTs() |
String |
getType() |
int |
hashCode() |
void |
setActorId(String actorId) |
void |
setChannel(String channel) |
void |
setEventTs(String eventTs) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public String getChannel()
public String getActorId()
public String getEventTs()
public void setChannel(String channel)
public void setActorId(String actorId)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.