io.realm.mongodb
Resumen del método
Modificador y Tipo | Método y descripción |
|---|---|
public booleano | |
public String | getBirthday () Devuelve la fecha de nacimiento del usuario. |
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
Métodos heredados de la clase java.lang.Object:
getClass,hashCode,equals,clone,toString,notify,notifyAll,wait,wait,wait,finalize
Detalle del método
equals
obtenerCumpleaños
public String getBirthday () |
|---|
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. |
getEmail
getFirstName
public String getFirstName () |
|---|
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. |
getGender
getLastName
public String getLastName () |
|---|
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. |
getMaxAge
getMinAge
getName
getPictureUrl
public String getPictureUrl () |
|---|
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. |