Granted

uk.gov.hmrc.apiplatform.modules.submissions.domain.models.Submission.Status.Granted
case class Granted(timestamp: Instant, name: String, comments: Option[String], escalatedTo: Option[String]) extends Status

Attributes

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

Members list

Value members

Inherited methods

def canBeMarked: Boolean

Attributes

Inherited from:
Status
def isAnsweredCompletely: Boolean

Attributes

Inherited from:
Status
def isAnswering: Boolean

Attributes

Inherited from:
Status
def isCreated: Boolean

Attributes

Inherited from:
Status
def isDeclined: Boolean

Attributes

Inherited from:
Status
def isFailed: Boolean

Attributes

Inherited from:
Status
def isGranted: Boolean

Attributes

Inherited from:
Status

Attributes

Inherited from:
Status
def isGrantedWithWarnings: Boolean

Attributes

Inherited from:
Status
def isOpenToAnswers: Boolean

Attributes

Inherited from:
Status

Attributes

Inherited from:
Status
def isReadOnly: Boolean

Attributes

Inherited from:
Status
def isSubmitted: Boolean

Attributes

Inherited from:
Status
def isWarnings: Boolean

Attributes

Inherited from:
Status
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product