object Service

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Service
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val HMRCCBCNONUKORG: String
  5. val HMRCCBCORG: String
  6. val HMRCCGTPD: String
  7. val HMRCMTDIT: String
  8. val HMRCMTDVAT: String
  9. val HMRCPILLAR2ORG: String
  10. val HMRCPIR: String
  11. val HMRCPPTORG: String
  12. val HMRCTERSNTORG: String
  13. val HMRCTERSORG: String
  14. def apply(id: String): Service
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def findById(id: String): Option[Service]
  20. def forId(id: String): Service
  21. def forInvitationId(invitationId: InvitationId): Option[Service]
  22. implicit val format: Format[Service]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. val reads: SimpleObjectReads[Service]
  30. val supportedServices: Seq[Service]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def unapply(service: Service): Option[String]
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. val writes: SimpleObjectWrites[Service]
  38. case object CapitalGains extends Service with Product with Serializable
  39. case object Cbc extends Service with Product with Serializable
  40. case object CbcNonUk extends Service with Product with Serializable
  41. case object MtdIt extends Service with Product with Serializable
  42. case object PersonalIncomeRecord extends Service with Product with Serializable
  43. case object Pillar2 extends Service with Product with Serializable
  44. case object Ppt extends Service with Product with Serializable
  45. case object Trust extends Service with Product with Serializable
  46. case object TrustNT extends Service with Product with Serializable
  47. case object Vat extends Service with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped