Team

constructor()

Constructor to init the Team class No-any params required


constructor(    id: String,     title: String,     author: RefyUser,     logoPic: String,     description: String,     date: Long,     members: List<Team.RefyTeamMember>,     links: List<RefyLink>,     collections: List<LinksCollection>)

Constructor to init the RefyItem class

Parameters

id

The identifier of the team

title

The title of the team

author

The author of the team

logoPic

The logo picture of the team

description

The description of the team

date

The date when the item has been inserted in the system

members

The members of the team

links

The links shared with the team

collections

The collections shared with the team