SequenceRowsQueryByExternalId

final case class SequenceRowsQueryByExternalId(externalId: String, start: Option[Long], end: Option[Long], limit: Option[Int], cursor: Option[String], columns: Option[Seq[String]]) extends SequenceRowsQuery
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withCursorAndLimit(newCursor: Option[String], limit: Option[Int]): SequenceRowsQuery

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product