Refy User

constructor()

Constructor to init the RefyUser class No-any params required


constructor(    id: String,     token: String,     name: String,     surname: String,     email: String,     password: String,     language: String,     tagName: String,     links: List<RefyLink>,     teams: List<Team>,     collections: List<LinksCollection>,     customLinks: List<CustomRefyLink>)
constructor(    id: String,     token: String,     name: String,     surname: String,     email: String,     password: String,     profilePic: String,     language: String,     tagName: String,     links: List<RefyLink>,     teams: List<Team>,     collections: List<LinksCollection>,     customLinks: List<CustomRefyLink>)

Constructor to init the RefyUser class

Parameters

id

: identifier of the user

token

: the token which the user is allowed to operate on server

name

: the name of the user

surname

: the surname of the user

email

: the email of the user

password

The password of the user

language

The language of the user

tagName

: the name of the user

links

The links of the user

teams

The teams where the user is a member

customLinks

The custom links of the user


constructor(id: String, name: String, surname: String, email: String, profilePic: String, tagName: String)

Constructor to init the RefyUser class

Parameters

id

: identifier of the user

name

: the name of the user

surname

: the surname of the user

email

: the email of the user

tagName

: the name of the user