EquinoxUser
The EquinoxUser
class is useful to represent a base Equinox's system user
Author
N7ghtm4r3 - Tecknobit
Since
1.0.1
See also
Constructors
Link copied to clipboard
constructor()
Constructor to init the EquinoxUser class
constructor(id: String, token: String, name: String, surname: String, email: String, password: String, language: String)
Constructor to init the EquinoxUser class
constructor(id: String, token: String, name: String, surname: String, email: String, password: String, profilePic: String, language: String)
Constructor to init the EquinoxUser class
constructor(jUser: JSONObject)
Constructor to init the EquinoxUser class
Properties
Functions
Link copied to clipboard
Method used to get the complete name of the user
Link copied to clipboard
Method used to assemble and return a EquinoxUser instance
Link copied to clipboard
Method used to get language instance
Link copied to clipboard
Method used to get password instance
Link copied to clipboard
Method used to get profilePic instance
Link copied to clipboard
Method used to get surname instance