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

Source
User.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. User
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from User to any2stringadd[User] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (User, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from User to ArrowAssoc[User] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

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

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

    Permalink
  8. val avatars: UserAvatars

    Permalink
  9. val businessAccountId: Option[Int]

    Permalink
  10. def clone(): AnyRef

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

    Permalink
  12. val dateJoined: Date

    Permalink
  13. val defaultReminder: Option[ReminderService]

    Permalink
  14. val email: String

    Permalink
  15. def ensuring(cond: (User) ⇒ Boolean, msg: ⇒ Any): User

    Permalink
    Implicit information
    This member is added by an implicit conversion from User to Ensuring[User] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (User) ⇒ Boolean): User

    Permalink
    Implicit information
    This member is added by an implicit conversion from User to Ensuring[User] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): User

    Permalink
    Implicit information
    This member is added by an implicit conversion from User to Ensuring[User] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): User

    Permalink
    Implicit information
    This member is added by an implicit conversion from User to Ensuring[User] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from User to StringFormat[User] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. val fullName: String

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

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

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

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

    Permalink
  27. val isBeta: Boolean

    Permalink
  28. val isBusinessAccountAdmin: Boolean

    Permalink
  29. val isDummy: Boolean

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. val karma: Double

    Permalink
  32. val mobileHost: Option[String]

    Permalink
  33. val mobileNumber: Option[String]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  37. val postponeTo: DayOfWeek

    Permalink
  38. val premiumUntil: Option[Date]

    Permalink
  39. val projectsSortOrder: ProjectsSortOrder

    Permalink
  40. val startPageQuery: String

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

    Permalink
    Definition Classes
    AnyRef
  42. val theme: Theme

    Permalink
  43. val timeFormat: TimeFormat

    Permalink
  44. val timezone: TimeZone

    Permalink
  45. val todayCompletedTasksCount: Int

    Permalink
  46. val totalCompletedTasksCount: Int

    Permalink
  47. final def wait(): Unit

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

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

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

    Permalink
  51. def [B](y: B): (User, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from User to ArrowAssoc[User] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from User to any2stringadd[User]

Inherited by implicit conversion StringFormat from User to StringFormat[User]

Inherited by implicit conversion Ensuring from User to Ensuring[User]

Inherited by implicit conversion ArrowAssoc from User to ArrowAssoc[User]

Ungrouped