Class User


  • public class User
    extends Object
    • Constructor Detail

      • User

        protected User​(Integer id,
                       String firstName,
                       String lastName,
                       String username)
        Constructor used by Chat
        Parameters:
        id - The id of the user
        firstName - The first name of the user
        lastName - The last name of the user
        username - His username