setProperties

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

Sets the values for a property. Old values are removed, so after the call the property will have exactly the values as passed in the values list.

Parameters

propertyIdentifier

The identifier of the property.

values

The values for the property.