Packages

case class CiteObjJson() extends Product with Serializable

A Class for creating service requests resolving to binary image data and following the IIIF-API.

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CiteObjJson
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CiteObjJson()

    create a new CiteObjJson service

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 citeCatalog(doc: Json): CiteCatalog
  6. def citeCatalog(jsonString: String): CiteCatalog
  7. def citeCollectionDef(doc: Json): CiteCollectionDef
  8. def citeCollectionDef(jsonString: String): CiteCollectionDef
  9. def citeObject(doc: Json): CiteObject
  10. def citeObject(jsonString: String): CiteObject
  11. def citePropertyDef(doc: Json): CitePropertyDef
  12. def citePropertyDef(jsonString: String): CitePropertyDef
  13. def citePropertyImplementation(doc: Json): CitePropertyImplementation
  14. def citePropertyImplementation(jsonString: String): CitePropertyImplementation
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. def dataModel(doc: Json): DataModel
  17. def dataModel(jsonString: String): DataModel
  18. def dataModels(doc: Json): Vector[DataModel]
  19. def dataModels(jsonString: String): Vector[DataModel]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def exists: Boolean
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def parseBoolean(str: String): Boolean
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def vectorOfCiteObjects(doc: Json): Vector[CiteObject]
  31. def vectorOfCiteObjects(jsonString: String): Vector[CiteObject]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped