Trait

ru.pavkin.todoist.api.suite

AbstractDTOQueryAPISuite

Related Doc: package suite

Permalink

trait AbstractDTOQueryAPISuite[F[_], P[_], Base, ResourceDTO] extends QueryAPISuite with AbstractDTOAPISuite[P]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractDTOQueryAPISuite
  2. AbstractDTOAPISuite
  3. QueryAPISuite
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type All = ::[User, ::[Reminders, ::[Filters, ::[Notes, ::[Tasks, ::[Projects, ::[Labels, HNil]]]]]]]

    Permalink

    All resources that can be requested

    All resources that can be requested

    Definition Classes
    QueryAPISuite
  2. abstract type Filters

    Permalink

    Collection of Filter entities

    Collection of Filter entities

    Definition Classes
    QueryAPISuite
  3. abstract type Labels

    Permalink

    Collection of Label entities

    Collection of Label entities

    Definition Classes
    QueryAPISuite
  4. abstract type Notes

    Permalink

    Collection of Note entities

    Collection of Note entities

    Definition Classes
    QueryAPISuite
  5. abstract type Projects

    Permalink

    Collection of Project entities

    Collection of Project entities

    Definition Classes
    QueryAPISuite
  6. trait QuerySyntax extends AnyRef

    Permalink
    Definition Classes
    QueryAPISuite
  7. abstract type Reminders

    Permalink

    Collection of Reminder entities

    Collection of Reminder entities

    Definition Classes
    QueryAPISuite
  8. abstract type Tasks

    Permalink

    Collection of Item entities

    Collection of Item entities

    Definition Classes
    QueryAPISuite
  9. abstract type User

    Permalink

    User entity

    User entity

    Definition Classes
    QueryAPISuite

Abstract Value Members

  1. abstract def dtoDecodingError[T](msg: String): P[T]

    Permalink
    Definition Classes
    AbstractDTOAPISuite
  2. implicit abstract def dtoToFilters(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Filters]

    Permalink
  3. implicit abstract def dtoToLabels(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Labels]

    Permalink
  4. implicit abstract def dtoToNotes(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Notes]

    Permalink
  5. implicit abstract def dtoToProjects(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Projects]

    Permalink
  6. implicit abstract def dtoToReminders(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Reminders]

    Permalink
  7. implicit abstract def dtoToTasks(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, Tasks]

    Permalink
  8. implicit abstract def dtoToUser(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, User]

    Permalink
  9. abstract def resourceDtoDecoder: SingleResponseDecoder[P, Base, ResourceDTO]

    Permalink

Concrete 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. implicit val all: HasRawRequest[All]

    Permalink
    Definition Classes
    QueryAPISuite
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit def composeDecoders1[Out](implicit p2: SingleResponseDecoder[P, ResourceDTO, Out], F: FlatMap[P]): SingleResponseDecoder[P, Base, Out]

    Permalink
  8. implicit def composeDecoders2[Out <: HList](implicit p2: MultipleResponseDecoder[P, ResourceDTO, Out], F: FlatMap[P]): MultipleResponseDecoder[P, Base, Out]

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

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. implicit val filters: HasRawRequest[Filters]

    Permalink
    Definition Classes
    QueryAPISuite
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromResourceDtoDecoder[T](f: (ResourceDTO) ⇒ Option[T])(name: String)(implicit M: Monad[P]): SingleResponseDecoder[P, ResourceDTO, T]

    Permalink
    Attributes
    protected
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. implicit val labels: HasRawRequest[Labels]

    Permalink
    Definition Classes
    QueryAPISuite
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. implicit val notes: HasRawRequest[Notes]

    Permalink
    Definition Classes
    QueryAPISuite
  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. implicit val projects: HasRawRequest[Projects]

    Permalink
    Definition Classes
    QueryAPISuite
  23. implicit val reminders: HasRawRequest[Reminders]

    Permalink
    Definition Classes
    QueryAPISuite
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. implicit val tasks: HasRawRequest[Tasks]

    Permalink
    Definition Classes
    QueryAPISuite
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. implicit val user: HasRawRequest[User]

    Permalink
    Definition Classes
    QueryAPISuite
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractDTOAPISuite[P]

Inherited from QueryAPISuite

Inherited from AnyRef

Inherited from Any

Ungrouped