UriParamFilterCriterion

data class UriParamFilterCriterion(parameter: <ERROR CLASS>, value: String?) : FilterCriterion

Represents a criterion for filtering UriClientParam. e.g. filter(ValueSet.URL, { value = "https://example.com })

Constructors

Link copied to clipboard
fun UriParamFilterCriterion(parameter: <ERROR CLASS>, value: String? = null)

Functions

Link copied to clipboard
open override fun getConditionalParams(): <ERROR CLASS>

Returns ConditionalParams for the particular FilterCriterion.

Properties

Link copied to clipboard
val parameter: <ERROR CLASS>
Link copied to clipboard
var value: String? = null