LinksCollection
constructor()
Constructor to init the LinksCollection class No-any params required
constructor(id: String, owner: RefyUser, title: String, color: String, description: String, teams: List<Team>, links: List<RefyLink>)
Constructor to init the RefyItem class
Parameters
id
: the identifier of the collection
owner
: the owner of the collection
title
: the title of the collection
description
:the description of the collection
color
:color
the color of the collection
links
:links
the links contained by the collection
teams
:teams
the teams where the collection is shared
constructor(jLinksCollection: JSONObject)
Constructor to init the LinksCollection class
Parameters
jLinksCollection
: the json details of the collection as JSONObject