Class UserProfile
On this page
io.realm.mongodb
Method Summary
Modifier and Type | Method and Description |
---|---|
public boolean | |
public String | getBirthday () Returns the birthday of the user. |
public String | getEmail () Returns the email address of the user. |
public String | getFirstName () Return the first name of the user. |
public String | getGender () Returns the gender of the user. |
public String | getLastName () Return the last name of the user. |
public Long | getMaxAge () Returns the maximum age of the user. |
public Long | getMinAge () Returns the minimum age of the user. |
public String | getName () Returns the name of the user. |
public String | Returns the picture URL of the user. |
public User | |
public int | hashCode () |
public String | toString () |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Method Detail
equals
getBirthday
public String getBirthday () |
---|
Returns the birthday of the user. Returns the birthday of the user or null if there is no birthday associated with the user. |
getEmail
getFirstName
public String getFirstName () |
---|
Return the first name of the user. Returns the first name of the user or null if there is no first name associated with the user. |
getGender
getLastName
public String getLastName () |
---|
Return the last name of the user. Returns the last name of the user or null if there is no last name associated with the user. |
getMaxAge
getMinAge
getName
getPictureUrl
public String getPictureUrl () |
---|
Returns the picture URL of the user. Returns the picture URL of the user or null if there is no picture URL associated with the user. |