Package com.slack.api.model.event
Class ChannelJoinedEvent
- java.lang.Object
-
- com.slack.api.model.event.ChannelJoinedEvent
-
- All Implemented Interfaces:
Event
,Serializable
public class ChannelJoinedEvent extends Object implements Event
The channel_joined event is sent to all connections for a user when that user joins a channel.In addition to this message, all existing members of the channel may receive a channel_join message event.
Of course, there's also the fresher, more dependable member_joined_channel. This changelog entry clears it all up.
https://api.slack.com/events/channel_joined
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChannelJoinedEvent.Channel
-
Constructor Summary
Constructors Constructor Description ChannelJoinedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
ChannelJoinedEvent.Channel
getChannel()
String
getType()
int
hashCode()
void
setChannel(ChannelJoinedEvent.Channel channel)
String
toString()
-
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 ChannelJoinedEvent.Channel getChannel()
-
setChannel
public void setChannel(ChannelJoinedEvent.Channel channel)
-
canEqual
protected boolean canEqual(Object other)
-
-