Package io.getstream.chat.android.models
Class Mute
-
- All Implemented Interfaces:
@Immutable() public final class MuteModel holding data about a user mute.
-
-
Method Summary
Modifier and Type Method Description final UsergetUser()final UsergetTarget()final DategetCreatedAt()final DategetUpdatedAt()final DategetExpires()-
-
Constructor Detail
-
Mute
Mute(User user, User target, Date createdAt, Date updatedAt, Date expires)
- Parameters:
user- The user who muted the target user.target- The muted user.createdAt- The date when the mute was created.updatedAt- The date when the mute was last updated.expires- The date when the mute expires.
-
-
Method Detail
-
getCreatedAt
final Date getCreatedAt()
-
getUpdatedAt
final Date getUpdatedAt()
-
getExpires
final Date getExpires()
-
-
-
-