-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class GlobalUserBannedEvent extends ChatEvent implements UserEvent
-
-
Constructor Summary
Constructors Constructor Description GlobalUserBannedEvent(String type, User user, Date createdAt)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Usercomponent2()final Datecomponent3()final GlobalUserBannedEventcopy(String type, User user, Date createdAt)StringgetType()UsergetUser()DategetCreatedAt()-
-
Method Detail
-
component1
final String component1()
-
component2
final User component2()
-
component3
final Date component3()
-
copy
final GlobalUserBannedEvent copy(String type, User user, Date createdAt)
-
getCreatedAt
Date getCreatedAt()
-
-
-
-