Class

ru.pavkin.todoist.api.core.dto

Task

Related Doc: package dto

Permalink

case class Task(id: Int, user_id: Int, project_id: Int, content: String, date_string: Option[String], date_lang: String, due_date_utc: Option[String], priority: Int, indent: Int, item_order: Int, day_order: Int, collapsed: Int, labels: List[Int], assigned_by_uid: Option[Int] = None, responsible_uid: Option[Int] = None, checked: Int, in_history: Int, is_deleted: Int, is_archived: Int, date_added: String) extends Product with Serializable

Source
Task.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Task
  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 Task(id: Int, user_id: Int, project_id: Int, content: String, date_string: Option[String], date_lang: String, due_date_utc: Option[String], priority: Int, indent: Int, item_order: Int, day_order: Int, collapsed: Int, labels: List[Int], assigned_by_uid: Option[Int] = None, responsible_uid: Option[Int] = None, checked: Int, in_history: Int, is_deleted: Int, is_archived: Int, date_added: String)

    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 Task to any2stringadd[Task] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Task, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Task to ArrowAssoc[Task] 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 assigned_by_uid: Option[Int]

    Permalink
  8. val checked: Int

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val collapsed: Int

    Permalink
  11. val content: String

    Permalink
  12. val date_added: String

    Permalink
  13. val date_lang: String

    Permalink
  14. val date_string: Option[String]

    Permalink
  15. val day_order: Int

    Permalink
  16. val due_date_utc: Option[String]

    Permalink
  17. def ensuring(cond: (Task) ⇒ Boolean, msg: ⇒ Any): Task

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Task to StringFormat[Task] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. val id: Int

    Permalink
  26. val in_history: Int

    Permalink
  27. val indent: Int

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. val is_archived: Int

    Permalink
  30. val is_deleted: Int

    Permalink
  31. val item_order: Int

    Permalink
  32. val labels: List[Int]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. val priority: Int

    Permalink
  37. val project_id: Int

    Permalink
  38. val responsible_uid: Option[Int]

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

    Permalink
    Definition Classes
    AnyRef
  40. val user_id: Int

    Permalink
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def [B](y: B): (Task, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Task to ArrowAssoc[Task] 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 Task to any2stringadd[Task]

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

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

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

Ungrouped