-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class NotificationChannelTruncatedEvent extends CidEvent implements UserEvent
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final Stringcomponent3()final Stringcomponent4()final Stringcomponent5()final Usercomponent6()final Channelcomponent7()final NotificationChannelTruncatedEventcopy(String type, Date createdAt, String cid, String channelType, String channelId, User user, Channel channel)StringgetType()DategetCreatedAt()StringgetCid()final StringgetChannelType()final StringgetChannelId()UsergetUser()final ChannelgetChannel()-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final User component6()
-
component7
final Channel component7()
-
copy
final NotificationChannelTruncatedEvent copy(String type, Date createdAt, String cid, String channelType, String channelId, User user, Channel channel)
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getChannel
final Channel getChannel()
-
-
-
-