Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDKs

Class UserProfile

On this page

  • io.realm.mongodb
  • Method Summary
  • Inherited Methods
  • Method Detail
  • equals
  • getBirthday
  • getEmail
  • getFirstName
  • getGender
  • getLastName
  • getMaxAge
  • getMinAge
  • getName
  • getPictureUrl
  • getUser
  • hashCode
  • toString
io.realm.mongodb.UserProfile
Modifier and Type
Method and Description
public boolean
public String

Returns the birthday of the user.

public String

Returns the email address of the user.

public String

Return the first name of the user.

public String

Returns the gender of the user.

public String

Return the last name of the user.

public Long

Returns the maximum age of the user.

public Long

Returns the minimum age of the user.

public String

Returns the name of the user.

public String

Returns the picture URL of the user.

public User

Returns the User that this instance in associated with.

public int
public String
  • Methods inherited from class java.lang.Object : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

public boolean equals (
)

Overrides

equals in class Object

Returns the birthday of the user.

Returns

the birthday of the user or null if there is no birthday associated with the user.

public String getEmail ()

Returns the email address of the user.

Returns

the email address of the user or null if there is no email address associated with the user. address.

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.

public String getGender ()

Returns the gender of the user.

Returns

the gender of the user or null if there is no gender associated with the user.

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.

public Long getMaxAge ()

Returns the maximum age of the user.

Returns

the maximum age of the user or null if there is no maximum age associated with the user.

public Long getMinAge ()

Returns the minimum age of the user.

Returns

the minimum age of the user or null if there is no minimum age associated with the user.

public String getName ()

Returns the name of the user.

Returns

the name of the user.

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.

public User getUser ()

Returns the User that this instance in associated with.

Returns

The User that this instance in associated with.

public int hashCode ()

Overrides

hashCode in class Object

public String toString ()

Overrides

toString in class Object

← Class UserIdentity