final case class Document(src: @@[JSource, SourceTag], data: Option[PrimaryData] = None, errors: Option[Errors] = None, meta: Option[Meta] = None, jsonapi: Option[Jsonapi] = None, links: Option[Links] = None, included: Option[List[ResourceObject]] = None) extends HasLinks with HasMeta with HasData[PrimaryData] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, HasData[PrimaryData], HasMeta, HasLinks, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Document
  2. Serializable
  3. Product
  4. Equals
  5. HasData
  6. HasMeta
  7. HasLinks
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Document(src: @@[JSource, SourceTag], data: Option[PrimaryData] = None, errors: Option[Errors] = None, meta: Option[Meta] = None, jsonapi: Option[Jsonapi] = None, links: Option[Links] = None, included: Option[List[ResourceObject]] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val data: Option[PrimaryData]
    Definition Classes
    DocumentHasData
  7. def dquery[To](fn: (Query[Document, Document, Document]) => Query[Document, To, Document]): DecodeResult[To]
  8. def dtquery[F[_], To](fn: (Query[Document, Document, Document]) => TraverseQuery[F, Document, To, Document]): DecodeResult[F[To]]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val errors: Option[Errors]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. val included: Option[List[ResourceObject]]
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val jsonapi: Option[Jsonapi]
  15. val links: Option[Links]
    Definition Classes
    DocumentHasLinks
  16. val meta: Option[Meta]
    Definition Classes
    DocumentHasMeta
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def optionalIncluded(identifier: ResourceIdentifier): DecodeResult[Option[ResourceObject]]
  21. def primaryDataAs[To](implicit decoder: ContextualDecoder[ResourceLike, To, Document]): DecodeResult[List[To]]
  22. def primaryDatumAs[To](implicit decoder: ContextualDecoder[ResourceLike, To, Document]): DecodeResult[To]
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def requiredData: DecodeResult[PrimaryData]
    Definition Classes
    HasData
  25. def requiredIncluded(identifier: ResourceIdentifier): DecodeResult[ResourceObject]
  26. def requiredLinks: DecodeResult[Links]
    Definition Classes
    HasLinks
  27. def requiredMeta: DecodeResult[Meta]
    Definition Classes
    HasMeta
  28. val src: @@[JSource, SourceTag]
    Definition Classes
    DocumentHasDataHasMetaHasLinks
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toEncoding: encoding.Document
  31. def validate: DecodeResult[Document]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasData[PrimaryData]

Inherited from HasMeta

Inherited from HasLinks

Inherited from AnyRef

Inherited from Any

Ungrouped