public class BulkGetRequest
extends java.lang.Object
Represents a bulk GET request for documents
This is in the format which the _bulk_get endpoint understands, where <doc id, rev id>
pairs are given. If multiple rev ids are required, then the doc id needs to be repeated across
multiple requests.
API Status: Private - API users are discouraged from using this class as fields, method signatures, and implementation details may be subject to change