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

de.gesellix.couchdb.CouchDbDesignDocument Maven / Gradle / Ivy

The newest version!
package de.gesellix.couchdb;

import java.util.Map;

public interface CouchDbDesignDocument {

  String getId();

  String getRevision();

  Map getViews();

  void setViews(Map views);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy