PropertyIdValue

data class PropertyIdValue(val value: MutableList<Pair<Int, Int?>>)

This value is either a single small positive integer or a pair of small positive integers separated by a dot. Multiple values may be encoded by separating the values with a comma ","

See also: RFC 6350 5.5

Constructors

Link copied to clipboard
constructor(id: Int)
constructor(firstId: Int, secondId: Int?)
constructor(vararg ids: Pair<Int, Int?>)
constructor(value: MutableList<Pair<Int, Int?>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String