FieldTypeDetails

Contains details regarding the supported field type and the operators that can be applied for filtering.

Types

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

Properties

Link copied to clipboard

This is the allowable length range for this field's value.

Link copied to clipboard

The type of field, such as string, integer, date, and so on.

Link copied to clipboard

The range of values this field can hold.

Link copied to clipboard

The list of operators supported by a field.

Link copied to clipboard

The date format that the field supports.

Link copied to clipboard

The list of values that a field can contain. For example, a Boolean fieldType can have two values: "true" and "false".

Link copied to clipboard

The regular expression pattern for the field name.

Functions

Link copied to clipboard
inline fun copy(block: FieldTypeDetails.Builder.() -> Unit = {}): FieldTypeDetails
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