Pandoro
User
constructor()
Default constructor
constructor(id: String, name: String, token: String, surname: String, email: String, password: String, language: String)
Constructor to init a PandoroUser object
Parameters
id
identifier of the user
token
: token of the user
name
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
constructor(id: String, token: String, name: String, surname: String, email: String, password: String, profilePic: String, language: String, changelogs: List<Changelog>, notes: List<Note>, projects: List<Project>, groups: List<Group>)
Constructor to init a PandoroUser object
Parameters
id
identifier of the user
token
: token of the user
name
Name of the user
surname
The surname of the user
email
The email of the user
password
The password of the user
profilePic
The profile picture of the user
language
the language of the user
changelogs
List of action messages for the user
notes
List of the notes of the user
projects
List of the projects of the user
groups
List of the groups of the user