object SearchQuery
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SearchQuery
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class And(qs: Seq[SearchQuery]) extends SearchQuery with Product with Serializable
- trait ComparisonCompanion[A <: SearchQuery, B] extends ContainsCompanion[A, B]
- trait ContainsCompanion[A <: SearchQuery, B] extends AnyRef
- case class From(value: String) extends SearchQuery with Product with Serializable
- case class MessageID(id: String) extends SearchQuery with Product with Serializable
- case class Not(c: SearchQuery) extends SearchQuery with Product with Serializable
- case class Or(qs: Seq[SearchQuery]) extends SearchQuery with Product with Serializable
- case class ReceivedDate(date: Instant, rel: Relation) extends SearchQuery with Product with Serializable
- case class RecipientBCC(value: String) extends SearchQuery with Product with Serializable
- case class RecipientCC(value: String) extends SearchQuery with Product with Serializable
- case class RecipientTo(value: String) extends SearchQuery with Product with Serializable
- sealed trait Relation extends AnyRef
- case class SentDate(date: Instant, rel: Relation) extends SearchQuery with Product with Serializable
- case class Subject(text: String) extends SearchQuery with Product with Serializable
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit lazy val hash: Hash[SearchQuery]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- case object All extends SearchQuery with Product with Serializable
- object And extends Serializable
- object AnyRecipient extends ContainsCompanion[SearchQuery, String]
- case object Flagged extends SearchQuery with Product with Serializable
- object From extends ContainsCompanion[From, String] with Serializable
- object MessageID extends ContainsCompanion[MessageID, String] with Serializable
- object Or extends Serializable
- object ReceivedDate extends ComparisonCompanion[ReceivedDate, Instant] with Serializable
- object RecipientBCC extends ContainsCompanion[RecipientBCC, String] with Serializable
- object RecipientCC extends ContainsCompanion[RecipientCC, String] with Serializable
- object RecipientTo extends ContainsCompanion[RecipientTo, String] with Serializable
- object Relation
- object SentDate extends ComparisonCompanion[SentDate, Instant] with Serializable
- object Subject extends ContainsCompanion[Subject, String] with Serializable