-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class ChannelCreatedEvent extends CidEvent implements UserEvent
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final Stringcomponent3()final Stringcomponent4()final Stringcomponent5()final Usercomponent6()final Messagecomponent7()final Channelcomponent8()final ChannelCreatedEventcopy(String type, Date createdAt, String cid, String channelType, String channelId, User user, Message message, Channel channel)StringgetType()DategetCreatedAt()StringgetCid()final StringgetChannelType()final StringgetChannelId()UsergetUser()final MessagegetMessage()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 Message component7()
-
component8
final Channel component8()
-
copy
final ChannelCreatedEvent copy(String type, Date createdAt, String cid, String channelType, String channelId, User user, Message message, Channel channel)
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getMessage
final Message getMessage()
-
getChannel
final Channel getChannel()
-
-
-
-