set

abstract fun set(attachments: List<Attachment>)

Sets the list of attachments, replacing any existing attachments.

Parameters

attachments

The list of attachments to be set.


abstract fun set(urls: Collection<String>)

Sets the list of URLs, replacing any existing URLs.

Parameters

urls

The list of URLs to be set.