Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
io.realm.mongodb

Class UserProfile

java.lang.Object
io.realm.mongodb.UserProfile
Modificador y Tipo
Método y descripción

public booleano

public String

Devuelve la fecha de nacimiento del usuario.

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

  • Métodos heredados de la clase java.lang.Object: getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

public boolean equals (
)

Anulaciones

equals en la clase Objeto

Devuelve la fecha de nacimiento del usuario.

Devuelve

el cumpleaños del usuario o nulo si no hay ningún cumpleaños asociado con el usuario.

public String getEmail ()

Returns the email address of the user.

Devuelve

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.

Devuelve

el primer nombre del usuario o nulo si no hay un primer nombre asociado con el usuario.

public String getGender ()

Returns the gender of the user.

Devuelve

el género del usuario o nulo si no hay género asociado con el usuario.

Return the last name of the user.

Devuelve

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.

Devuelve

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.

Devuelve

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.

Devuelve

the name of the user.

Returns the picture URL of the user.

Devuelve

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.

Devuelve

El usuario con el que está asociada esta instancia.

public int hashCode ()

Anulaciones

hashCode en la clase Objeto

public String toString ()

Anulaciones

toString en la clase Objeto

Volver

UserIdentity

En esta página