Interface ObjectChangeSet
Realm is now Atlas Device SDK – Learn More
io.realm
Information about the changes made to an object.
Method Summary
Method Detail
getChangedFields
public String getChangedFields () |
---|
Returns the names of changed fields if the object still exists and there are field changes. Returns an empty |
isDeleted
public boolean isDeleted () |
---|
Returns true if the object has been deleted from the Realm. |
isFieldChanged
Checks if a given field has been changed. Parameters
Returns
|