-
- All Implemented Interfaces:
public final class ChannelMuteRepresents a channel mute.
-
-
Method Summary
Modifier and Type Method Description final UsergetUser()final ChannelgetChannel()final DategetCreatedAt()final DategetUpdatedAt()final UnitsetUpdatedAt(Date updatedAt)final DategetExpires()-
-
Method Detail
-
getChannel
final Channel getChannel()
-
getCreatedAt
final Date getCreatedAt()
-
getUpdatedAt
final Date getUpdatedAt()
-
setUpdatedAt
final Unit setUpdatedAt(Date updatedAt)
- Parameters:
updatedAt- Date/time of the last update.
-
getExpires
final Date getExpires()
-
-
-
-