Administrator

uk.gov.hmrc.apiplatform.modules.applications.core.domain.models.Collaborators.Administrator
case class Administrator(userId: UserId, emailAddress: LaxEmailAddress) extends Collaborator

Attributes

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

Members list

Value members

Inherited methods

final def describeRole: String

Attributes

Inherited from:
Collaborator
def isDeveloper: Boolean

Attributes

Inherited from:
Collaborator
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def role: Role

Attributes

Inherited from:
Collaborator

Concrete fields

val isAdministrator: Boolean