Team

constructor()

Constructor to init the Team class No-any params required


constructor(id: String, title: String, author: RefyUser, logoPic: String, description: String, 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

members

: the members of the team

links

: the links shared with the team

collections

: the collections shared with the team


constructor(jTeam: JSONObject)

Constructor to init the Team class

Parameters

jTeam

: team details formatted as JSON