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