c
uk.gov.hmrc.apiplatform.modules.applications.core.interface.models
CreateApplicationRequestV2
Companion object CreateApplicationRequestV2
case class CreateApplicationRequestV2 extends CreateApplicationRequest with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CreateApplicationRequestV2
- Serializable
- Product
- Equals
- CreateApplicationRequest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val access: StandardAccessDataToCopy
- val accessType: STANDARD.type
- Definition Classes
- CreateApplicationRequestV2 → CreateApplicationRequest
- val anySubscriptions: Set[ApiIdentifier]
- Definition Classes
- CreateApplicationRequestV2 → CreateApplicationRequest
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val collaborators: Set[Collaborator]
- Definition Classes
- CreateApplicationRequestV2 → CreateApplicationRequest
- val description: Option[String]
- Definition Classes
- CreateApplicationRequestV2 → CreateApplicationRequest
- val environment: Environment
- Definition Classes
- CreateApplicationRequestV2 → CreateApplicationRequest
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: ApplicationName
- Definition Classes
- CreateApplicationRequestV2 → CreateApplicationRequest
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requestedBy: String
- val sandboxApplicationId: ApplicationId
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val upliftRequest: UpliftRequest
- def validate(in: CreateApplicationRequest): Unit
- Definition Classes
- CreateApplicationRequest
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)