public class GroupJoinedEvent extends Object implements Event
The channel value is the string identifier for the private channel.
https://api.slack.com/events/group_joined
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupJoinedEvent.Channel |
| Constructor and Description |
|---|
GroupJoinedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
GroupJoinedEvent.Channel |
getChannel() |
String |
getType() |
int |
hashCode() |
void |
setChannel(GroupJoinedEvent.Channel channel) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public GroupJoinedEvent.Channel getChannel()
public void setChannel(GroupJoinedEvent.Channel channel)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.