case class StatusInput(state: StatusState, target_url: Option[String] = None, description: Option[String] = None, context: Option[String] = None) extends AbstractInput with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AbstractInput, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatusInput
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractInput
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StatusInput(state: StatusState, target_url: Option[String] = None, description: Option[String] = None, context: Option[String] = None)

Value Members

  1. val context: Option[String]
  2. val description: Option[String]
  3. val state: StatusState
  4. val target_url: Option[String]
  5. def toString(): String
    Definition Classes
    AbstractInput → AnyRef → Any
  6. val value: JValue
    Definition Classes
    StatusInputAbstractInput