Package com.couchbase.lite
Class DatabaseChange
- java.lang.Object
-
- com.couchbase.lite.DatabaseChange
-
public final class DatabaseChange extends Object
Provides details about a Database change.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Database
getDatabase()
Returns the database instanceList<String>
getDocumentIDs()
Returns the list of the changed document IDsString
toString()
-