Class PostDocumentOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PostDocumentOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The postDocument options.
    • Method Detail

      • db

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

        public Document document()
        Gets the document. HTTP request body for Document operations.
        Returns:
        the document
      • body

        public InputStream body()
        Gets the body. HTTP request body for Document operations.
        Returns:
        the body
      • contentType

        public String contentType()
        Gets the contentType. The type of the input.
        Returns:
        the contentType
      • 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