-
public final class NotificationMutesUpdatedEvent extends ChatEvent
-
-
Constructor Summary
Constructors Constructor Description NotificationMutesUpdatedEvent(String type, Date createdAt, User me)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final Usercomponent3()final NotificationMutesUpdatedEventcopy(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 NotificationMutesUpdatedEvent copy(String type, Date createdAt, User me)
-
getCreatedAt
Date getCreatedAt()
-
-
-
-