public final class DeletionChange implements Change


A Change with Metadata.id of deleted Record. For privacy, only unique identifiers of the deletion are returned. Clients holding copies of data should keep a copy of Metadata.id along with its contents, if deletion propagation is desired.

Summary

Public methods

boolean
equals(Object other)
final @NonNull String

Metadata.id of deleted Record.

int

Public methods

equals

public boolean equals(Object other)

getRecordId

Added in 1.1.0-alpha07
public final @NonNull String getRecordId()

Metadata.id of deleted Record.

hashCode

public int hashCode()