UserDetailsEntity

data class UserDetailsEntity(val id: QualifiedIDEntity, val name: String?, val handle: String?, val email: String?, val phone: String?, val accentId: Int, val team: String?, val connectionStatus: ConnectionEntity.State = ConnectionEntity.State.NOT_CONNECTED, val previewAssetId: UserAssetIdEntity?, val completeAssetId: UserAssetIdEntity?, val availabilityStatus: UserAvailabilityStatusEntity, val userType: UserTypeEntity, val botService: BotIdEntity?, val deleted: Boolean, val hasIncompleteMetadata: Boolean = false, val expiresAt: <Error class: unknown class>?, val defederated: Boolean, val isProteusVerified: Boolean, val supportedProtocols: Set<SupportedProtocolEntity>?, val activeOneOnOneConversationId: QualifiedIDEntity?, val isUnderLegalHold: Boolean)

Constructors

Link copied to clipboard
constructor(id: QualifiedIDEntity, name: String?, handle: String?, email: String?, phone: String?, accentId: Int, team: String?, connectionStatus: ConnectionEntity.State = ConnectionEntity.State.NOT_CONNECTED, previewAssetId: UserAssetIdEntity?, completeAssetId: UserAssetIdEntity?, availabilityStatus: UserAvailabilityStatusEntity, userType: UserTypeEntity, botService: BotIdEntity?, deleted: Boolean, hasIncompleteMetadata: Boolean = false, expiresAt: <Error class: unknown class>?, defederated: Boolean, isProteusVerified: Boolean, supportedProtocols: Set<SupportedProtocolEntity>?, activeOneOnOneConversationId: QualifiedIDEntity?, isUnderLegalHold: Boolean)

Properties

Link copied to clipboard
val accentId: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val defederated: Boolean
Link copied to clipboard
val deleted: Boolean
Link copied to clipboard
val email: String?
Link copied to clipboard
val expiresAt: <Error class: unknown class>?
Link copied to clipboard
val handle: String?
Link copied to clipboard
val hasIncompleteMetadata: Boolean = false
Link copied to clipboard
Link copied to clipboard
val isProteusVerified: Boolean
Link copied to clipboard
val isUnderLegalHold: Boolean
Link copied to clipboard
val name: String?
Link copied to clipboard
val phone: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val team: String?
Link copied to clipboard

Functions

Link copied to clipboard