Package org.openapitools.client.models
Class OwnUser
-
- All Implemented Interfaces:
public final class OwnUser
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanbannedprivate final List<ChannelMute>channelMutesprivate final OffsetDateTimecreatedAtprivate final Map<String, Object>customprivate final List<Device>devicesprivate final Stringidprivate final Stringlanguageprivate final List<UserMute>mutesprivate final Booleanonlineprivate final Stringroleprivate final IntegertotalUnreadCountprivate final IntegerunreadChannelsprivate final IntegerunreadCountprivate final IntegerunreadThreadsprivate final OffsetDateTimeupdatedAtprivate final List<String>blockedUserIdsprivate final OffsetDateTimedeactivatedAtprivate final OffsetDateTimedeletedAtprivate final Booleaninvisibleprivate final OffsetDateTimelastActiveprivate final List<String>latestHiddenChannelsprivate final PrivacySettingsprivacySettingsprivate final PushNotificationSettingspushNotificationsprivate final List<String>teams
-
Constructor Summary
Constructors Constructor Description OwnUser(Boolean banned, List<ChannelMute> channelMutes, OffsetDateTime createdAt, Map<String, Object> custom, List<Device> devices, String id, String language, List<UserMute> mutes, Boolean online, String role, Integer totalUnreadCount, Integer unreadChannels, Integer unreadCount, Integer unreadThreads, OffsetDateTime updatedAt, List<String> blockedUserIds, OffsetDateTime deactivatedAt, OffsetDateTime deletedAt, Boolean invisible, OffsetDateTime lastActive, List<String> latestHiddenChannels, PrivacySettings privacySettings, PushNotificationSettings pushNotifications, List<String> teams)
-
Method Summary
Modifier and Type Method Description final BooleangetBanned()final List<ChannelMute>getChannelMutes()final OffsetDateTimegetCreatedAt()final Map<String, Object>getCustom()final List<Device>getDevices()final StringgetId()final StringgetLanguage()final List<UserMute>getMutes()final BooleangetOnline()final StringgetRole()final IntegergetTotalUnreadCount()final IntegergetUnreadChannels()final IntegergetUnreadCount()final IntegergetUnreadThreads()final OffsetDateTimegetUpdatedAt()final List<String>getBlockedUserIds()final OffsetDateTimegetDeactivatedAt()final OffsetDateTimegetDeletedAt()final BooleangetInvisible()final OffsetDateTimegetLastActive()final List<String>getLatestHiddenChannels()final PrivacySettingsgetPrivacySettings()final PushNotificationSettingsgetPushNotifications()final List<String>getTeams()-
-
Constructor Detail
-
OwnUser
OwnUser(Boolean banned, List<ChannelMute> channelMutes, OffsetDateTime createdAt, Map<String, Object> custom, List<Device> devices, String id, String language, List<UserMute> mutes, Boolean online, String role, Integer totalUnreadCount, Integer unreadChannels, Integer unreadCount, Integer unreadThreads, OffsetDateTime updatedAt, List<String> blockedUserIds, OffsetDateTime deactivatedAt, OffsetDateTime deletedAt, Boolean invisible, OffsetDateTime lastActive, List<String> latestHiddenChannels, PrivacySettings privacySettings, PushNotificationSettings pushNotifications, List<String> teams)
-
-
Method Detail
-
getChannelMutes
final List<ChannelMute> getChannelMutes()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getDevices
final List<Device> getDevices()
-
getLanguage
final String getLanguage()
-
getTotalUnreadCount
final Integer getTotalUnreadCount()
-
getUnreadChannels
final Integer getUnreadChannels()
-
getUnreadCount
final Integer getUnreadCount()
-
getUnreadThreads
final Integer getUnreadThreads()
-
getUpdatedAt
final OffsetDateTime getUpdatedAt()
-
getBlockedUserIds
final List<String> getBlockedUserIds()
-
getDeactivatedAt
final OffsetDateTime getDeactivatedAt()
-
getDeletedAt
final OffsetDateTime getDeletedAt()
-
getInvisible
final Boolean getInvisible()
-
getLastActive
final OffsetDateTime getLastActive()
-
getLatestHiddenChannels
final List<String> getLatestHiddenChannels()
-
getPrivacySettings
final PrivacySettings getPrivacySettings()
-
getPushNotifications
final PushNotificationSettings getPushNotifications()
-
-
-
-