PagedResult

com.outr.arango.pagination.PagedResult
See thePagedResult companion object
case class PagedResult(queryId: Id[Query], resultType: ResultType, recordId: Id[Any], data: Option[Json], deleteAfter: Long, created: Long, _id: Id[PagedResult]) extends Document[PagedResult]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Document[PagedResult]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product