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. All

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 HMRCPIR: String
  10. val HMRCPPTORG: String
  11. val HMRCTERSNTORG: String
  12. val HMRCTERSORG: String
  13. def apply(id: String): Service
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def findById(id: String): Option[Service]
  19. def forId(id: String): Service
  20. def forInvitationId(invitationId: InvitationId): Option[Service]
  21. implicit val format: Format[Service]
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val reads: SimpleObjectReads[Service]
  29. val supportedServices: Seq[Service]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def unapply(service: Service): Option[String]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val writes: SimpleObjectWrites[Service]
  37. object CapitalGains extends Service with Product with Serializable
  38. object Cbc extends Service with Product with Serializable
  39. object CbcNonUk extends Service with Product with Serializable
  40. object MtdIt extends Service with Product with Serializable
  41. object PersonalIncomeRecord extends Service with Product with Serializable
  42. object Ppt extends Service with Product with Serializable
  43. object Trust extends Service with Product with Serializable
  44. object TrustNT extends Service with Product with Serializable
  45. 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

Inherited from AnyRef

Inherited from Any

Ungrouped