-
public final class MessageListItem.DateSeparatorItem extends MessageListItem
-
-
Constructor Summary
Constructors Constructor Description DateSeparatorItem(Date date)
-
Method Summary
Modifier and Type Method Description final Datecomponent1()final MessageListItem.DateSeparatorItemcopy(Date date)final DategetDate()-
Methods inherited from class com.getstream.sdk.chat.adapter.MessageListItem.DateSeparatorItem
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
-
DateSeparatorItem
DateSeparatorItem(Date date)
-
-
Method Detail
-
component1
final Date component1()
-
copy
final MessageListItem.DateSeparatorItem copy(Date date)
-
-
-
-