Package com.ibm.cloud.cloudant.v1.model
Class PostBulkGetOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PostBulkGetOptions
- All Implemented Interfaces:
 ObjectModel
The postBulkGet options.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
newBuilder
New builder.- Returns:
 - a PostBulkGetOptions builder
 
 - 
db
Gets the db. Path parameter to specify the database name.- Returns:
 - the db
 
 - 
docs
Gets the docs. List of document items to get in bulk.- Returns:
 - the docs
 
 - 
attachments
Gets the attachments. Query parameter to specify whether to include attachments bodies in a response.- Returns:
 - the attachments
 
 - 
attEncodingInfo
Gets the attEncodingInfo. Query parameter to specify whether to include the encoding information in attachment stubs if the particular attachment is compressed.- Returns:
 - the attEncodingInfo
 
 - 
latest
Gets the latest. Query parameter to specify whether to force retrieving latest leaf revision, no matter what rev was requested.- Returns:
 - the latest
 
 - 
revs
Gets the revs. Query parameter to specify whether to include a list of all known document revisions.- Returns:
 - the revs
 
 
 -