Class DocsResultRowValue

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

public class DocsResultRowValue extends GenericModel
Value of built-in `/_all_docs` style view.
  • Method Details

    • isDeleted

      public Boolean isDeleted()
      Gets the deleted. If `true` then the document is deleted. Not present for undeleted documents.
      Returns:
      the deleted
    • getRev

      public String getRev()
      Gets the rev. Schema for a document revision identifier.
      Returns:
      the rev