FilterStringConfiguration

Configuration for constructing filter expression strings when using the FILTER_STRING filter mode.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The query parameter name used to send the constructed filter expression string in API requests.

Link copied to clipboard

The character used to quote values when QuoteStringValues is true. Defaults to double quotes if not specified.

Link copied to clipboard

Indicates whether string and date values should be wrapped with a quote character in the filter expression.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String