StaticQueryParameterConflictResolution

The precedence used when a client-supplied query parameter has the same name as a configured static query parameter:

  • CLIENT_OVERRIDE - The client-supplied value overrides the configured static value for that parameter name. This is the default.

  • STATIC_OVERRIDE - The configured static value is retained, overriding the client-supplied value for that parameter name.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String