Class MessageListItem.StartOfTheChannelItem
-
- All Implemented Interfaces:
public final class MessageListItem.StartOfTheChannelItem extends MessageListItem
Represent the start of the channel in a MessageListView.
-
-
Field Summary
Fields Modifier and Type Field Description private final Channelchannel
-
Constructor Summary
Constructors Constructor Description MessageListItem.StartOfTheChannelItem(Channel channel)
-
Method Summary
Modifier and Type Method Description final ChannelgetChannel()The Channel this message list belongs to. Stringstringify()-
-
Method Detail
-
getChannel
final Channel getChannel()
The Channel this message list belongs to.
-
-
-
-