uk.gov.hmrc.apiplatform.modules.applications.core.interface.models

Members list

Type members

Classlikes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ChangeApplicationNameValidationRequest(nameToValidate: String, applicationId: ApplicationId) extends ApplicationNameValidationRequest

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case class CreateApplicationRequestV1(name: ApplicationName, access: CreationAccess, description: Option[String], environment: Environment, collaborators: Set[Collaborator], subscriptions: Option[Set[ApiIdentifier]]) extends CreateApplicationRequest

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class CreateApplicationRequestV2(name: ApplicationName, access: StandardAccessDataToCopy, description: Option[String], environment: Environment, collaborators: Set[Collaborator], upliftRequest: UpliftRequest, requestedBy: String, sandboxApplicationId: ApplicationId) extends CreateApplicationRequest

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
enum CreationAccess(val accessType: AccessType)

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GetAppsForAdminOrRIRequest(adminOrRespIndEmail: LaxEmailAddress)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class NewApplicationNameValidationRequest(nameToValidate: String) extends ApplicationNameValidationRequest

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class QueriedApplication(details: CoreApplication, collaborators: Set[Collaborator], subscriptions: Option[Set[ApiIdentifier]], fieldValues: Option[ApiFieldMap[FieldValue]], stateHistory: Option[List[StateHistory]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class StandardAccessDataToCopy(redirectUris: List[LoginRedirectUri] = ..., postLogoutRedirectUris: List[PostLogoutRedirectUri] = ..., overrides: Set[OverrideFlag] = ...)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class UpliftRequest(sellResellOrDistribute: SellResellOrDistribute, subscriptions: Set[ApiIdentifier], requestedBy: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UpliftRequest

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type