-
- 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 StringgetType()UsergetUser()DategetCreatedAt()final Stringcomponent1()final Usercomponent2()final Datecomponent3()final GlobalUserBannedEventcopy(String type, User user, Date createdAt)-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
component1
final String component1()
-
component2
final User component2()
-
component3
final Date component3()
-
copy
final GlobalUserBannedEvent copy(String type, User user, Date createdAt)
-
-
-
-