Class PostBulkDocsOptions

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

public class PostBulkDocsOptions extends GenericModel
The postBulkDocs options.
  • Method Details

    • newBuilder

      public PostBulkDocsOptions.Builder newBuilder()
      New builder.
      Returns:
      a PostBulkDocsOptions builder
    • db

      public String db()
      Gets the db. Path parameter to specify the database name.
      Returns:
      the db
    • bulkDocs

      public BulkDocs bulkDocs()
      Gets the bulkDocs. HTTP request body for postBulkDocs.
      Returns:
      the bulkDocs
    • body

      public InputStream body()
      Gets the body. HTTP request body for postBulkDocs.
      Returns:
      the body