Class

ru.pavkin.todoist.api.core.model

User

Related Doc: package model

Permalink

case class User(id: @@[Int, UserId], email: String, fullName: String, inboxProject: @@[Int, ProjectId], timezone: TimeZone, startPageQuery: String, weekStartDay: DayOfWeek, postponeTo: DayOfWeek, timeFormat: TimeFormat, dateFormat: DateFormat, projectsSortOrder: ProjectsSortOrder, hasPushReminders: Boolean, defaultReminder: Option[ReminderService], autoReminder: Option[Int], mobileNumber: Option[String], mobileHost: Option[String], totalCompletedTasksCount: Int, todayCompletedTasksCount: Int, karma: Double, premiumUntil: Option[Date], isBusinessAccountAdmin: Boolean, businessAccountId: Option[Int], isBeta: Boolean, isDummy: Boolean, dateJoined: Date, theme: Theme, avatars: UserAvatars) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. User
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new User(id: @@[Int, UserId], email: String, fullName: String, inboxProject: @@[Int, ProjectId], timezone: TimeZone, startPageQuery: String, weekStartDay: DayOfWeek, postponeTo: DayOfWeek, timeFormat: TimeFormat, dateFormat: DateFormat, projectsSortOrder: ProjectsSortOrder, hasPushReminders: Boolean, defaultReminder: Option[ReminderService], autoReminder: Option[Int], mobileNumber: Option[String], mobileHost: Option[String], totalCompletedTasksCount: Int, todayCompletedTasksCount: Int, karma: Double, premiumUntil: Option[Date], isBusinessAccountAdmin: Boolean, businessAccountId: Option[Int], isBeta: Boolean, isDummy: Boolean, dateJoined: Date, theme: Theme, avatars: UserAvatars)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val autoReminder: Option[Int]

    Permalink
  6. val avatars: UserAvatars

    Permalink
  7. val businessAccountId: Option[Int]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val dateFormat: DateFormat

    Permalink
  10. val dateJoined: Date

    Permalink
  11. val defaultReminder: Option[ReminderService]

    Permalink
  12. val email: String

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val fullName: String

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. val hasPushReminders: Boolean

    Permalink
  18. val id: @@[Int, UserId]

    Permalink
  19. val inboxProject: @@[Int, ProjectId]

    Permalink
  20. val isBeta: Boolean

    Permalink
  21. val isBusinessAccountAdmin: Boolean

    Permalink
  22. val isDummy: Boolean

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val karma: Double

    Permalink
  25. val mobileHost: Option[String]

    Permalink
  26. val mobileNumber: Option[String]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. val postponeTo: DayOfWeek

    Permalink
  31. val premiumUntil: Option[Date]

    Permalink
  32. val projectsSortOrder: ProjectsSortOrder

    Permalink
  33. val startPageQuery: String

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. val theme: Theme

    Permalink
  36. val timeFormat: TimeFormat

    Permalink
  37. val timezone: TimeZone

    Permalink
  38. val todayCompletedTasksCount: Int

    Permalink
  39. val totalCompletedTasksCount: Int

    Permalink
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. val weekStartDay: DayOfWeek

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped