Class BulkGetResultDocument

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

    public class BulkGetResultDocument
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for BulkGetResult object containing a successfully retrieved document or error information.
    • Constructor Detail

      • BulkGetResultDocument

        public BulkGetResultDocument()
    • Method Detail

      • 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