Package org.openapitools.client.models
Class OwnUserResponse
-
- All Implemented Interfaces:
public final class OwnUserResponse
-
-
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 Booleaninvisibleprivate final Stringlanguageprivate final List<UserMute>mutesprivate final Booleanonlineprivate final Stringroleprivate final List<String>teamsprivate final IntegertotalUnreadCountprivate final IntegerunreadChannelsprivate final IntegerunreadThreadsprivate final OffsetDateTimeupdatedAtprivate final OffsetDateTimedeactivatedAtprivate final OffsetDateTimedeletedAtprivate final Stringimageprivate final OffsetDateTimelastActiveprivate final List<String>latestHiddenChannelsprivate final Stringnameprivate final PrivacySettingsprivacySettingsprivate final PushNotificationSettingspushNotificationsprivate final OffsetDateTimerevokeTokensIssuedBefore
-
Constructor Summary
Constructors Constructor Description OwnUserResponse(Boolean banned, List<ChannelMute> channelMutes, OffsetDateTime createdAt, Map<String, Object> custom, List<Device> devices, String id, Boolean invisible, String language, List<UserMute> mutes, Boolean online, String role, List<String> teams, Integer totalUnreadCount, Integer unreadChannels, Integer unreadThreads, OffsetDateTime updatedAt, OffsetDateTime deactivatedAt, OffsetDateTime deletedAt, String image, OffsetDateTime lastActive, List<String> latestHiddenChannels, String name, PrivacySettings privacySettings, PushNotificationSettings pushNotifications, OffsetDateTime revokeTokensIssuedBefore)
-
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 BooleangetInvisible()final StringgetLanguage()final List<UserMute>getMutes()final BooleangetOnline()final StringgetRole()final List<String>getTeams()final IntegergetTotalUnreadCount()final IntegergetUnreadChannels()final IntegergetUnreadThreads()final OffsetDateTimegetUpdatedAt()final OffsetDateTimegetDeactivatedAt()final OffsetDateTimegetDeletedAt()final StringgetImage()final OffsetDateTimegetLastActive()final List<String>getLatestHiddenChannels()final StringgetName()final PrivacySettingsgetPrivacySettings()final PushNotificationSettingsgetPushNotifications()final OffsetDateTimegetRevokeTokensIssuedBefore()-
-
Constructor Detail
-
OwnUserResponse
OwnUserResponse(Boolean banned, List<ChannelMute> channelMutes, OffsetDateTime createdAt, Map<String, Object> custom, List<Device> devices, String id, Boolean invisible, String language, List<UserMute> mutes, Boolean online, String role, List<String> teams, Integer totalUnreadCount, Integer unreadChannels, Integer unreadThreads, OffsetDateTime updatedAt, OffsetDateTime deactivatedAt, OffsetDateTime deletedAt, String image, OffsetDateTime lastActive, List<String> latestHiddenChannels, String name, PrivacySettings privacySettings, PushNotificationSettings pushNotifications, OffsetDateTime revokeTokensIssuedBefore)
-
-
Method Detail
-
getChannelMutes
final List<ChannelMute> getChannelMutes()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getDevices
final List<Device> getDevices()
-
getInvisible
final Boolean getInvisible()
-
getLanguage
final String getLanguage()
-
getTotalUnreadCount
final Integer getTotalUnreadCount()
-
getUnreadChannels
final Integer getUnreadChannels()
-
getUnreadThreads
final Integer getUnreadThreads()
-
getUpdatedAt
final OffsetDateTime getUpdatedAt()
-
getDeactivatedAt
final OffsetDateTime getDeactivatedAt()
-
getDeletedAt
final OffsetDateTime getDeletedAt()
-
getLastActive
final OffsetDateTime getLastActive()
-
getLatestHiddenChannels
final List<String> getLatestHiddenChannels()
-
getPrivacySettings
final PrivacySettings getPrivacySettings()
-
getPushNotifications
final PushNotificationSettings getPushNotifications()
-
getRevokeTokensIssuedBefore
final OffsetDateTime getRevokeTokensIssuedBefore()
-
-
-
-