RefyLink

constructor()

Constructor to init the RefyLink class No-any params required


constructor(id: String, owner: RefyUser, title: String, description: String, referenceLink: String, teams: List<Team>, collections: List<LinksCollection>)

Constructor to init the RefyLink class

Parameters

id

: the identifier of the link

owner

: the owner of the link

title

: the title of the link

description

:the description of the link

referenceLink

: the link reference value

teams

: the teams where the link is shared

collections

: the collections where the link is shared


constructor(jRefyLink: JSONObject)

Constructor to init the RefyLink class

Parameters

jRefyLink

: the json details of the link as JSONObject