UserSettings

data class UserSettings(userId: UserId, email: RecoverySetting?, phone: RecoverySetting?, password: PasswordSetting, twoFA: TwoFASetting?, news: Int?, locale: String?, logAuth: IntEnum<UserSettings.LogAuth>?, invoiceText: String?, density: IntEnum<UserSettings.Density>?, theme: String?, themeType: Int?, weekStart: IntEnum<UserSettings.WeekStart>?, dateFormat: IntEnum<UserSettings.DateFormat>?, timeFormat: IntEnum<UserSettings.TimeFormat>?, welcome: Boolean?, earlyAccess: Boolean?, flags: Flags?)

Types

DateFormat
Link copied to clipboard
enum DateFormat : Enum<UserSettings.DateFormat>
Density
Link copied to clipboard
enum Density : Enum<UserSettings.Density>
LogAuth
Link copied to clipboard
enum LogAuth : Enum<UserSettings.LogAuth>
TimeFormat
Link copied to clipboard
enum TimeFormat : Enum<UserSettings.TimeFormat>
WeekStart
Link copied to clipboard
enum WeekStart : Enum<UserSettings.WeekStart>

Functions

component1
Link copied to clipboard
operator fun component1(): UserId
component10
Link copied to clipboard
operator fun component10(): IntEnum<UserSettings.Density>?
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(): IntEnum<UserSettings.WeekStart>?
component14
Link copied to clipboard
operator fun component14(): IntEnum<UserSettings.DateFormat>?
component15
Link copied to clipboard
operator fun component15(): IntEnum<UserSettings.TimeFormat>?
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(): IntEnum<UserSettings.LogAuth>?
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: IntEnum<UserSettings.LogAuth>?, invoiceText: String?, density: IntEnum<UserSettings.Density>?, theme: String?, themeType: Int?, weekStart: IntEnum<UserSettings.WeekStart>?, dateFormat: IntEnum<UserSettings.DateFormat>?, timeFormat: IntEnum<UserSettings.TimeFormat>?, 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: IntEnum<UserSettings.DateFormat>?
density
Link copied to clipboard
val density: IntEnum<UserSettings.Density>?
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: IntEnum<UserSettings.LogAuth>?
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: IntEnum<UserSettings.TimeFormat>?
twoFA
Link copied to clipboard
val twoFA: TwoFASetting?
userId
Link copied to clipboard
val userId: UserId
weekStart
Link copied to clipboard
val weekStart: IntEnum<UserSettings.WeekStart>?
welcome
Link copied to clipboard
val welcome: Boolean?