addProperties

fun addProperties(propertyIdentifier: String, values: Collection<String>?)

Adds values to the property. When the property is not yet present it will be added. No duplicates allowed.

Parameters

propertyIdentifier

The identifier of the property.

values

The values to add.