Package com.mercadopago.resources.user
Class User
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.resources.user.User
-
public class User extends MPResource
User information..
-
-
Constructor Summary
Constructors Constructor Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCountryId()
Id of the user's country.String
getEmail()
Email of the user.String
getFirstName()
First name of user.Long
getId()
Id of the user.String
getLastName()
Last name of user.String
getNickname()
Nickname of user.String
getSiteId()
Id of the user's site.-
Methods inherited from class com.mercadopago.net.MPResource
canEqual, equals, getResponse, hashCode, setResponse, toString
-
-
-
-
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.
-
-