Package com.slack.api.model.event
Class GroupJoinedEvent
- java.lang.Object
-
- com.slack.api.model.event.GroupJoinedEvent
-
- All Implemented Interfaces:
Event,Serializable
public class GroupJoinedEvent extends Object implements Event
The group_joined event is sent to all connections for a user when that user joins a private channel.The channel value is the string identifier for the private channel.
https://api.slack.com/events/group_joined
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupJoinedEvent.Channel
-
Constructor Summary
Constructors Constructor Description GroupJoinedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)GroupJoinedEvent.ChannelgetChannel()StringgetType()inthashCode()voidsetChannel(GroupJoinedEvent.Channel channel)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getChannel
public GroupJoinedEvent.Channel getChannel()
-
setChannel
public void setChannel(GroupJoinedEvent.Channel channel)
-
canEqual
protected boolean canEqual(Object other)
-
-