-
public final class NotificationChannelMutesUpdatedEvent extends ChatEvent
-
-
Constructor Summary
Constructors Constructor Description NotificationChannelMutesUpdatedEvent(String type, Date createdAt, User me)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final Usercomponent3()final NotificationChannelMutesUpdatedEventcopy(String type, Date createdAt, User me)StringgetType()DategetCreatedAt()final UsergetMe()-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final User component3()
-
copy
final NotificationChannelMutesUpdatedEvent copy(String type, Date createdAt, User me)
-
getCreatedAt
Date getCreatedAt()
-
-
-
-