public interface AllDocsRequest
Modifier and Type | Method and Description |
---|---|
AllDocsResponse |
getResponse()
Performs the request and returns the response.
|
AllDocsResponse getResponse() throws java.io.IOException
Example usage:
AllDocsResponse response = db.getAllDocsRequestBuilder()
.build()
.getResponse();
java.io.IOException
- if there is an error communicating with the server