All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.gesellix.couchdb.model.NonReducedViewQueryResponseRow Maven / Gradle / Ivy

package de.gesellix.couchdb.model;

public interface NonReducedViewQueryResponseRow
    extends RowReference {

  String getId();

  KeyType getKey();

  ValueType getValue();

  /**
   * Available when include_docs == true
   */
  DocType getDoc();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy