Class User


  • public class User
    extends MPResource
    User information..
    • Constructor Detail

      • User

        public User()
    • Method Detail

      • getId

        public Long getId()
        Id of the user.
      • getNickname

        public String getNickname()
        Nickname of user.
      • getFirstName

        public String getFirstName()
        First name of user.
      • getLastName

        public String getLastName()
        Last name of user.
      • getEmail

        public String getEmail()
        Email of the user.
      • getSiteId

        public String getSiteId()
        Id of the user's site.
      • getCountryId

        public String getCountryId()
        Id of the user's country.