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 -
Field Summary
-
Constructor Summary
Constructors Constructor Description GroupJoinedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)GroupJoinedEvent.ChannelgetChannel()StringgetType()inthashCode()voidsetChannel(GroupJoinedEvent.Channel channel)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
GroupJoinedEvent
public GroupJoinedEvent()
-
-
Method Details