case class Unknown(i: Int) extends InteractionResponseType with Product with Serializable

Source
interactions.scala
Linear Supertypes
Serializable, Product, Equals, InteractionResponseType, IntEnumEntry, ValueEnumEntry[Int], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unknown
  2. Serializable
  3. Product
  4. Equals
  5. InteractionResponseType
  6. IntEnumEntry
  7. ValueEnumEntry
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Unknown(i: Int)

Value Members

  1. val i: Int
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val value: Int
    Definition Classes
    InteractionResponseType → ValueEnumEntry