Class PostReplicatorOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PostReplicatorOptions
All Implemented Interfaces:
ObjectModel

public class PostReplicatorOptions extends GenericModel
The postReplicator options.
  • Method Details

    • newBuilder

      public PostReplicatorOptions.Builder newBuilder()
      New builder.
      Returns:
      a PostReplicatorOptions builder
    • replicationDocument

      public ReplicationDocument replicationDocument()
      Gets the replicationDocument. HTTP request body for replication operations.
      Returns:
      the replicationDocument
    • batch

      public String 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