case class JSONQuery(filter: List[JSONQueryFilter], sort: List[JSONSort], paging: Option[JSONQueryPaging], lang: Option[String]) extends Product with Serializable
- filter
result by JSONQueryFilter object
- sort
sort results by JSONSort object
- paging
paging information
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSONQuery
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JSONQuery(filter: List[JSONQueryFilter], sort: List[JSONSort], paging: Option[JSONQueryPaging], lang: Option[String])
- filter
result by JSONQueryFilter object
- sort
sort results by JSONSort object
- paging
paging information
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def currentPage: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filter: List[JSONQueryFilter]
- def filterWith(filter: JSONQueryFilter*): JSONQuery
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lang: Option[String]
- def limit(limit: Int): JSONQuery
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pageLength(n: Int): Int
- val paging: Option[JSONQueryPaging]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sort: List[JSONSort]
- def sortWith(sort: JSONSort*): JSONQuery
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()