public class Options extends Object
Constructor and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getOptions() |
Options |
includeConflicts()
The loaded doc will include the special field '_conflicts' that contains all the conflicting revisions of the document.
|
Options |
includeRevisions()
The loaded doc will include the special field '_revisions' that describes all document revisions that exists in the database.
|
boolean |
isEmpty() |
Options |
param(String name,
String value)
Adds a parameter to the GET request sent to the database.
|
Options |
revision(String rev)
Retrieve a specific revision of the document.
|
public Options includeConflicts()
public Options includeRevisions()
public Options param(String name, String value)
name
- value
- public boolean isEmpty()
Copyright © 2013. All Rights Reserved.