Class DocumentChange

java.lang.Object
com.couchbase.lite.DocumentChange

public final class DocumentChange extends Object
Provides details about a Document change.
  • Method Details

    • getCollection

      @NonNull public Collection getCollection()
      Return the Document's collection
    • getDocumentID

      @NonNull public String getDocumentID()
      Returns the changed document ID
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object
    • getDatabase

      @Deprecated @NonNull public Database getDatabase()
      Deprecated.
      Use DocumentChange.getCollection()
      Return the Database instance