Class BulkGetResultDocument

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

public class BulkGetResultDocument extends GenericModel
Schema for BulkGetResult object containing a successfully retrieved document or error information.
  • Method Details

    • getError

      public DocumentResult getError()
      Gets the error. Schema for the result of a document modification.
      Returns:
      the error
    • getOk

      public Document getOk()
      Gets the ok. Schema for a document.
      Returns:
      the ok