Class ChannelListItem.ChannelItem
-
- All Implemented Interfaces:
public final class ChannelListItem.ChannelItem extends ChannelListItem
-
-
Field Summary
Fields Modifier and Type Field Description private final Channelchannelprivate final List<User>typingUsers
-
Constructor Summary
Constructors Constructor Description ChannelListItem.ChannelItem(Channel channel, List<User> typingUsers)
-
Method Summary
Modifier and Type Method Description final ChannelgetChannel()final List<User>getTypingUsers()-
-
Constructor Detail
-
ChannelListItem.ChannelItem
ChannelListItem.ChannelItem(Channel channel, List<User> typingUsers)
-
-
Method Detail
-
getChannel
final Channel getChannel()
-
getTypingUsers
final List<User> getTypingUsers()
-
-
-
-