Package com.ibm.cloud.cloudant.v1.model
Class PostReplicatorOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PostReplicatorOptions
- All Implemented Interfaces:
 ObjectModel
The postReplicator options.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceQuery parameter to specify whether to store in batch mode.static classBuilder. - 
Method Summary
Modifier and TypeMethodDescriptionbatch()Gets the batch.New builder.Gets the replicationDocument.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
newBuilder
New builder.- Returns:
 - a PostReplicatorOptions builder
 
 - 
replicationDocument
Gets the replicationDocument. HTTP request body for replication operations.- Returns:
 - the replicationDocument
 
 - 
batch
Gets the batch. Query parameter to specify whether to store in batch mode. The server will respond with a HTTP 202 Accepted response code immediately.- Returns:
 - the batch
 
 
 -