manageCollectionLinks

open fun manageCollectionLinks(collectionId: String, links: List<String>)

Method to manage the links attached to the collection

Parameters

collectionId

: the identifier of the collection

links

: the links attached to the collections


private open fun manageCollectionLinks(collection: LinksCollection, links: List<String>)

Method to manage the links attached to the collection

Parameters

collection

: the collection where the link are attached

links

: the links attached to the collections