ByServerToken

uk.gov.hmrc.apiplatform.modules.applications.query.domain.models.ApplicationQuery.ByServerToken
case class ByServerToken(serverToken: String, recordUsage: Boolean, otherParams: List[NonUniqueFilterParam[_]], wantSubscriptions: Boolean = ..., wantSubscriptionFields: Boolean = ..., wantStateHistory: Boolean = ...) extends SingleApplicationQuery

Attributes

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

Members list

Value members

Inherited methods

def asLogText: String

Attributes

Inherited from:
SingleApplicationQuery
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

Inherited fields

lazy val params: List[FilterParam[_]]

Attributes

Inherited from:
SingleApplicationQuery