-
public final class MessageListItem.ReadStateItem extends MessageListItem
-
-
Constructor Summary
Constructors Constructor Description ReadStateItem(List<ChannelUserRead> reads)
-
Method Summary
Modifier and Type Method Description final List<ChannelUserRead>component1()final MessageListItem.ReadStateItemcopy(List<ChannelUserRead> reads)final List<ChannelUserRead>getReads()-
Methods inherited from class com.getstream.sdk.chat.adapter.MessageListItem.ReadStateItem
getStableId -
Methods inherited from class com.getstream.sdk.chat.adapter.MessageListItem
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ReadStateItem
ReadStateItem(List<ChannelUserRead> reads)
-
-
Method Detail
-
component1
final List<ChannelUserRead> component1()
-
copy
final MessageListItem.ReadStateItem copy(List<ChannelUserRead> reads)
-
-
-
-