Packages

class ThreeDAssetMappings[F[_]] extends WithRequestSession[F] with Readable[ThreeDAssetMapping, F]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThreeDAssetMappings
  2. Readable
  3. BaseUri
  4. WithRequestSession
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThreeDAssetMappings(requestSession: RequestSession[F], modelId: Long, revisionId: Long)

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. val baseUri: Uri
    Definition Classes
    ThreeDAssetMappingsBaseUri
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def list(): Stream[F, ThreeDAssetMapping]
    Definition Classes
    Readable
  14. def listFromCursor(cursor: String): Stream[F, ThreeDAssetMapping]
    Definition Classes
    Readable
  15. def listFromCursorWithLimit(cursor: String, limit: Long): Stream[F, ThreeDAssetMapping]
    Definition Classes
    Readable
  16. def listWithLimit(limit: Long): Stream[F, ThreeDAssetMapping]
    Definition Classes
    Readable
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def read(): F[ItemsWithCursor[ThreeDAssetMapping]]
    Definition Classes
    Readable
  21. def readFromCursor(cursor: String): F[ItemsWithCursor[ThreeDAssetMapping]]
    Definition Classes
    Readable
  22. def readFromCursorWithLimit(cursor: String, limit: Long): F[ItemsWithCursor[ThreeDAssetMapping]]
    Definition Classes
    Readable
  23. def readWithCursor(cursor: Option[String], limit: Option[Long]): F[ItemsWithCursor[ThreeDAssetMapping]]
    Definition Classes
    ThreeDAssetMappingsReadable
  24. def readWithLimit(limit: Long): F[ItemsWithCursor[ThreeDAssetMapping]]
    Definition Classes
    Readable
  25. val requestSession: RequestSession[F]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Readable[ThreeDAssetMapping, F]

Inherited from BaseUri

Inherited from WithRequestSession[F]

Inherited from AnyRef

Inherited from Any

Ungrouped