NovaUser
The NovaUser
class is useful to represent a Nova's user
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxItem
Constructors
Link copied to clipboard
constructor()
Constructor to init the NovaUser class No-any params required
constructor(jUser: JSONObject)
Constructor to init the NovaUser class
Constructor to init the NovaUser class
constructor(id: String, token: String, name: String, surname: String, email: String, password: String, language: String, role: NovaUser.Role)
Constructor to init the NovaUser class
constructor(id: String, name: String, surname: String, email: String, profilePicUrl: String, token: String, password: String, authoredProjects: List<Project>, projects: List<Project>, language: String, role: NovaUser.Role, notifications: List<NovaNotification>)
Constructor to init the NovaUser class
Properties
Link copied to clipboard
AUTHORED_PROJECTS_KEY
the key for the "authoredProjects" fieldLink copied to clipboard
authoredProjects
list of projects which user is the authorLink copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
MEMBER_IDENTIFIER_KEY
the key for the "member_id" fieldLink copied to clipboard
NovaNotification
the list of the notifications which belong to the userLink copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
PROJECTS_KEY
the key for the "projects" fieldLink copied to clipboard
role
the role of the user on the serverLink copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method to get whether the member is a Customer No-any params required
Link copied to clipboard
Method to assemble and return a NovaUser instance
Link copied to clipboard
Method to assemble and return a List of users