Status

uk.gov.hmrc.apiplatform.modules.submissions.domain.models.Submission.Status
See theStatus companion trait
object Status

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Status.type

Members list

Type members

Classlikes

case class Answering(timestamp: Instant, completed: Boolean) extends Status

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all
case class Created(timestamp: Instant, requestedBy: String) extends Status

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all
case class Declined(timestamp: Instant, name: String, reasons: String) extends Status

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all
case class Failed(timestamp: Instant, name: String) extends Status

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all
case class Granted(timestamp: Instant, name: String, comments: Option[String], escalatedTo: Option[String]) extends Status

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all
case class GrantedWithWarnings(timestamp: Instant, name: String, warnings: String, escalatedTo: Option[String]) extends Status

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all
case class PendingResponsibleIndividual(timestamp: Instant, name: String) extends Status

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all
case class Submitted(timestamp: Instant, requestedBy: String) extends Status

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all
case class Warnings(timestamp: Instant, name: String) extends Status

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def isLegalTransition(from: Status, to: Status): Boolean