Class Params
java.lang.Object
org.lightcouch.Params
Query parameters to append to find requests.
Example:
dbClient.find(Foo.class, "doc-id", new Params().revsInfo().attachments());
- Since:
- 0.0.6
- Author:
- Ahmed Yehia
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Params
public Params()
-
-
Method Details
-
revsInfo
-
attachments
-
revisions
-
rev
-
conflicts
-
localSeq
-
addParam
-
getParams
-