user-settings-domain
/
me.proton.core.usersettings.domain.entity
/
UserSettings
/
WeekStart
Week
Start
enum
WeekStart
:
Enum
<
UserSettings.WeekStart
>
Content copied to clipboard
Entries
Types
Functions
Properties
Entries
Default
Link copied to clipboard
Default
(0)
Content copied to clipboard
Monday
Link copied to clipboard
Monday
(1)
Content copied to clipboard
Saturday
Link copied to clipboard
Saturday
(6)
Content copied to clipboard
Sunday
Link copied to clipboard
Sunday
(7)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
operator override fun
compareTo
(other:
UserSettings.WeekStart
):
Int
Content copied to clipboard
equals
Link copied to clipboard
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
finalize
Link copied to clipboard
fun
finalize
()
Content copied to clipboard
getDeclaringClass
Link copied to clipboard
fun
getDeclaringClass
():
Class
<
UserSettings.WeekStart
>
Content copied to clipboard
hashCode
Link copied to clipboard
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
val
value
:
Int
Content copied to clipboard