Package com.ibm.cloud.cloudant.v1.model
Class BulkDocs
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.BulkDocs
- All Implemented Interfaces:
 ObjectModel
Schema for submitting documents for bulk modifications.
- 
Method Details
- 
newBuilder
New builder.- Returns:
 - a BulkDocs builder
 
 - 
docs
Gets the docs. Array of documents.- Returns:
 - the docs
 
 - 
newEdits
Gets the newEdits. If `false`, prevents the database from assigning them new revision IDs. Default is `true`. Avoid using this parameter, since this option applies document revisions without checking for conflicts, so it is very easy to accidentally end up with a large number of conflicts.- Returns:
 - the newEdits
 
 
 -