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

Objeto Interface ObjectChangeSet

Information about the changes made to an object.

Tip

Modificador y Tipo
Método y descripción

público String

public booleano

public booleano

Checks if a given field has been changed.

Devuelve

Los nombres de los campos modificados si el objeto aún existe y hay cambios en los campos. Devuelve un valor vacío. String[] Si el objeto ha sido eliminado.

public boolean isDeleted ()

Devuelve

verdadero si el objeto ha sido eliminado del Reino.

public boolean isFieldChanged (
String fieldName
)

Checks if a given field has been changed.

Parámetros

  • fieldName - para comprobar si su valor ha cambiado.

Devuelve

true if the field has been changed. It returns false if the object is deleted, the field cannot be found or the field hasn't been changed.

Volver

MutableRealmInteger

En esta página