object Status
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Status
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val _accepted: Prism[id.type, Status, accepted]
- val _canceled: Prism[id.type, Status, canceled]
- val _delivered: Prism[id.type, Status, delivered]
- val _failed: Prism[id.type, Status, failed]
- val _queued: Prism[id.type, Status, queued]
- val _received: Prism[id.type, Status, received]
- val _receiving: Prism[id.type, Status, receiving]
- val _scheduled: Prism[id.type, Status, scheduled]
- val _sending: Prism[id.type, Status, sending]
- val _sent: Prism[id.type, Status, sent]
- val _undelivered: Prism[id.type, Status, undelivered]
- 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()
- 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()
- implicit val schema: Enum11[accepted, scheduled, canceled, queued, sending, sent, failed, delivered, undelivered, receiving, received, Status]
- 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 accepted extends Status with Product with Serializable
- case object canceled extends Status with Product with Serializable
- case object delivered extends Status with Product with Serializable
- case object failed extends Status with Product with Serializable
- case object queued extends Status with Product with Serializable
- case object received extends Status with Product with Serializable
- case object receiving extends Status with Product with Serializable
- case object scheduled extends Status with Product with Serializable
- case object sending extends Status with Product with Serializable
- case object sent extends Status with Product with Serializable
- case object undelivered extends Status with Product with Serializable