Interface ObjectChangeSet
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm
Information about the changes made to an object.
See also:
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
|