UserSettings

data class UserSettings(userId: UserId, email: RecoverySetting?, phone: RecoverySetting?, password: PasswordSetting, twoFA: TwoFASetting?, news: Int?, locale: String?, logAuth: Int?, invoiceText: String?, density: Int?, theme: String?, themeType: Int?, weekStart: Int?, dateFormat: Int?, timeFormat: Int?, welcome: Boolean?, earlyAccess: Boolean?, flags: Flags?)

Functions

component1
Link copied to clipboard
operator fun component1(): UserId
component10
Link copied to clipboard
operator fun component10(): Int?
component11
Link copied to clipboard
operator fun component11(): String?
component12
Link copied to clipboard
operator fun component12(): Int?
component13
Link copied to clipboard
operator fun component13(): Int?
component14
Link copied to clipboard
operator fun component14(): Int?
component15
Link copied to clipboard
operator fun component15(): Int?
component16
Link copied to clipboard
operator fun component16(): Boolean?
component17
Link copied to clipboard
operator fun component17(): Boolean?
component18
Link copied to clipboard
operator fun component18(): Flags?
component2
Link copied to clipboard
operator fun component2(): RecoverySetting?
component3
Link copied to clipboard
operator fun component3(): RecoverySetting?
component4
Link copied to clipboard
operator fun component4(): PasswordSetting
component5
Link copied to clipboard
operator fun component5(): TwoFASetting?
component6
Link copied to clipboard
operator fun component6(): Int?
component7
Link copied to clipboard
operator fun component7(): String?
component8
Link copied to clipboard
operator fun component8(): Int?
component9
Link copied to clipboard
operator fun component9(): String?
copy
Link copied to clipboard
fun copy(userId: UserId, email: RecoverySetting?, phone: RecoverySetting?, password: PasswordSetting, twoFA: TwoFASetting?, news: Int?, locale: String?, logAuth: Int?, invoiceText: String?, density: Int?, theme: String?, themeType: Int?, weekStart: Int?, dateFormat: Int?, timeFormat: Int?, welcome: Boolean?, earlyAccess: Boolean?, flags: Flags?): UserSettings
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

dateFormat
Link copied to clipboard
val dateFormat: Int?
density
Link copied to clipboard
val density: Int?
earlyAccess
Link copied to clipboard
val earlyAccess: Boolean?
email
Link copied to clipboard
val email: RecoverySetting?
flags
Link copied to clipboard
val flags: Flags?
invoiceText
Link copied to clipboard
val invoiceText: String?
locale
Link copied to clipboard
val locale: String?
logAuth
Link copied to clipboard
val logAuth: Int?
news
Link copied to clipboard
val news: Int?
password
Link copied to clipboard
val password: PasswordSetting
phone
Link copied to clipboard
val phone: RecoverySetting?
theme
Link copied to clipboard
val theme: String?
themeType
Link copied to clipboard
val themeType: Int?
timeFormat
Link copied to clipboard
val timeFormat: Int?
twoFA
Link copied to clipboard
val twoFA: TwoFASetting?
userId
Link copied to clipboard
val userId: UserId
weekStart
Link copied to clipboard
val weekStart: Int?
welcome
Link copied to clipboard
val welcome: Boolean?